This is the place where I store all the Algorithms and Data Structures I'm currently learning in a simple and friendly python implementation.
- Depth First Search
- Breadth First Search
- Graph - Adjacent Lists
- Priority Queue
- Queue
- Stack
- Add Binary Search
- Add Linear Search
- Add Quicksort
- Add Insertion Sort
- Add Selection Sort
- Finish learning graphs
- Finish learning hashmaps
- Add graph alterations (e.g. quicker integer only adjacent list graphs)