This repository is a collection of Python code that implements common data structures and algorithms used to solve problems from the Striver A2Z DSA course and Neetcode
The repository (Will) contains the following:
- Data Structures
- Arrays
- Linked Lists
- Stacks
- Queues
- Trees
- Graphs
- Tries
- Heaps
- Algorithms
- Searching
- Sorting
- Greedy
- Dynamic Programming
- Backtracking
- Divide & Conquer