- Quicksort: https://gist.github.com/myrtleTree33/c92c3cc7a5a2ca9717dbf5a7e7195299
- Insertion Sort: https://gist.github.com/myrtleTree33/7b23aedf3f1424173b5b5685f623f33e
- Merge Sort: https://gist.github.com/myrtleTree33/330a7f85600587580ee3191947ee87dc
// TODO
- Min Heap
- Max Heap (Opposite of Min Heap)
- Self-explanatory
- Self-explanatory
- Ways to represent a tree
- DFS / BFS traversal
- Red-Black Trees
- Tree balancing algorithms
- Tricks to find leaf of tree, etc.
- Ways to represent a graph
- Djistrika's algorithm
- DFS / BFS traversal
// TODO