A collection of some new and advanced data structures & algorithms
I'm learning about in my Advanced Algorithms class.
- Recursion equation and Master's Theorem
- Merge sort
- Breath first search and Depth first search
- Binary search
- Minimum Spanning Tree & Kruskal's Algorithm
- Max-flow problem & Ford-Fulkerson Algorithm
- Arrays
- Hash tables
- Trees
- Graphs
- Stacks & Queues
- Heaps
- Big O complexity analysis
- Recursion