π My journey learning Algorithms & Data Structures
Build the foundation by learning the fundamental algorithms and data structures
Data Structures:
Algorithms:
- Searching: Linear Search, Binary Search
- Sorting: Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort
- Dynamic Programming
You could explore my solutions to a series of coding exercises in the leetcode
directory.
- π Grokking Algorithms
- π½οΈ Frontend Masters: Algorithms and Data Structures
This repository was inspired by: