Repo for data structures and algorithms
- Array
- Linked List
- Map
- Set
- Stack
- Queue
- Tree
- Binary Tree
- Binary Search Tree
- Heap
- Min Heap
- Max Heap
- Priority Queue
- TRIE
- Graph
-
Big O analysis
-
Searching
- Linear Search
- Binary Search
- Breadth First Search
- Depth Frist Search
- Djikstra's Algorithm
- More...
-
Sorting
- Bucket Sort
- Bubble Sort
- Quick Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Radix Sort
- More...