This repo is just to track my journey of learning various data structures in algorithms, primarily in C++ but also occasionally in python.
- binary search
- binary tree traversals
- sorting
- BFS
- DFS
- dynamic arrays
- linked lists
- stacks
- queues
- binary trees
- hashmaps/sets
- heaps
- graphs