Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 844 Bytes

notes.md

File metadata and controls

49 lines (36 loc) · 844 Bytes

Topics

Two Pointers

Binary Search

Sliding Window

Prefix Sum

prefix sum

Hash Table

Stack

Queue

Sets

Divide and Conquer

Recursion

Recursion

Backtracking

Dynamic Programming

Resources: youtube video on freecodecamp

dynamic programming patterns

Greedy

Bit Manipulation

String Manipulation

Tree

Graph

- DFS 
- BFS 
- Topological Sort 
- Shortest Path 
- Minimum Spanning Tree 
- union find

Sort

Search

Math

Array

Trie

Linked List

Binary Search Tree

Heap