Skip to content

AviralMathur05/DSA-Code-Snippets-

 
 

Repository files navigation

🧩 DSA Code Snippets

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 🚀

Language Status Goal


What’s Inside

  • 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

Tech Stack

  • Language: C++
  • Editor: VS Code
  • Version Control: Git & GitHub
  • Reference: Striver’s A2Z DSA Sheet

📂 Repository Structure

DSA-Code-Snippets/
│
├── 01_Basics/
├── 02_Arrays/
├── 03_Strings/
├── 04_Searching_Sorting/
├── 05_Recursion_Backtracking/
├── 06_LinkedList/
├── 07_Trees/
├── 08_Graphs/
└── README.md

Future Plans

  • 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

Contributions

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 ”

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.1%
  • Java 5.9%