https://github.com/adityasinghz/data-structures
Daily DSA Practice Repository 📚 | Solving data structures and algorithms problems daily to improve problem-solving skills. Contributions include code solutions, and progress tracking.
https://github.com/adityasinghz/data-structures
cplusplus datastructures dynamic-programming graph-algorithms leetcode-solutions linked-list recursion-problem tree
Last synced: 9 months ago
JSON representation
Daily DSA Practice Repository 📚 | Solving data structures and algorithms problems daily to improve problem-solving skills. Contributions include code solutions, and progress tracking.
- Host: GitHub
- URL: https://github.com/adityasinghz/data-structures
- Owner: adityasinghz
- Created: 2024-04-16T07:32:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T08:03:12.000Z (10 months ago)
- Last Synced: 2025-03-19T08:24:00.889Z (10 months ago)
- Topics: cplusplus, datastructures, dynamic-programming, graph-algorithms, leetcode-solutions, linked-list, recursion-problem, tree
- Language: C++
- Homepage:
- Size: 694 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily DSA Practice Repository
Welcome to my Daily DSA (Data Structures and Algorithms) Practice Repository! 🚀
## About
This repository is dedicated to my daily problem-solving journey in data structures and algorithms. I aim to improve my problem-solving skills by consistently solving and documenting DSA challenges every day.
## Structure
- **Daily Solutions:** Each folder is named by the date of submission and contains solutions for the problems solved on that day.
- **Code Files:** Each code file includes the problem statement, solution, and approach explanation.
- **Progress Tracking:** The repository helps track my consistency and progress over time.
## Why This Repository?
- To stay consistent with DSA practice.
- To improve coding skills and problem-solving techniques.
- To share learning progress and help others.
## How to Contribute
If you find an error or have suggestions for optimizing solutions, feel free to open an issue or submit a pull request.
## Let's Connect!
- [GitHub Profile](https://github.com/adityasinghz)
Happy Coding! 😊