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
- Code shared for reference only for all CP contests
- Unauthorized use or submission under the name "Starman248" is strictly forbidden
- Any such submissions found will be tracked down and reported instantly. I am watching ๐
- 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/
โโโ 09_LeetCode_POTD/
โโโ 10_CodeChef/
โโโ 11_CodeForces/
โโโ 12_IMP_Patterns/
โโโ 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.
Keep coding, keep improving โ