GitHunt
ST

stutimi/DSA-Code-Snippets

đź§© 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

Point to Remember

  • 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 đź‘€

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 ”

Languages

C++73.4%C22.4%Java4.2%
Created October 30, 2025
Updated October 30, 2025
stutimi/DSA-Code-Snippets | GitHunt