This repository contains my solutions to the A2Z DSA Sheet created by Striver. I am following this structured guide to master Data Structures and Algorithms (DSA), providing solutions and updates for each step of the roadmap.
- Step 1: Basics
- Step 2: Arrays
- Step 3: Sorting and Searching
- Step 4: Binary Search
- Step 5: Strings
- Step 6: Learn LinkedList
- Step 7: Recursion
- Step 8: Bit Manipulation
- Step 9: Stack and Queues
- Step 10: Sliding Window & Two Pointer Combined Problems
- Step 11: Heaps
- Step 12: Greedy Algorithms
- Step 13: Binary Trees
- Step 14: Binary Search Trees
- Step 15: Graphs
- Step 16: Dynamic Programming
- Step 17: Tries
- Step 18: Strings
- Contributing
- License
We welcome contributions! If you'd like to contribute to any of the topics, feel free to fork the repo and submit a pull request.