Welcome to my collection of Data Structures & Algorithms solutions from Striver’s A2Z DSA Sheet.
I’m documenting my journey as I improve problem-solving skills — one topic at a time 🚀
- Topic-wise solutions — Arrays, Strings, Recursion, Linked Lists, Trees, Graphs, and more
- Clean and well-commented C++ code
- Regular updates reflecting daily progress
- Follows: Striver’s A2Z DSA Sheet
- Language: C++
- Editor: VS Code
- Version Control: Git & GitHub
- Reference: Striver’s A2Z DSA Sheet
DSA-Code-Snippets/
│
├── 01_Basics/
├── 02_Arrays/
├── 03_Strings/
├── 04_Searching_Sorting/
├── 05_Recursion_Backtracking/
├── 06_LinkedList/
├── 07_Trees/
├── 08_Graphs/
└── README.md
- Add optimized C++ STL-based solutions
- Include time and space complexity for each problem
- Add visual explanations and problem links
- Eventually extend to CP and LeetCode patterns
This is primarily a personal learning repo, but suggestions or improvements are welcome!
Feel free to open a pull request or share your thoughts in the Issues tab.
“Consistency beats intensity.
Keep coding, keep improving ”