Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohit-thakre/30-days-of-dsa
https://github.com/mohit-thakre/30-days-of-dsa
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohit-thakre/30-days-of-dsa
- Owner: mohit-thakre
- Created: 2024-12-16T16:30:45.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-12-16T16:34:58.000Z (12 days ago)
- Last Synced: 2024-12-16T17:41:36.204Z (12 days ago)
- Language: C++
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 30 Days of DSA Challenge 🚀
This repository contains my journey of solving DSA problems daily for 30 days. Each day, I solve 3 problems and provide solutions in cpp languages.
---
## 🚧 Progress Tracker
| Day | Problems Solved | Solutions |
| ------ | --------------- | -------------------- |
| Day 1 | ✅ 3 | [Solutions](./DAY1) |
| Day 2 | ✅ 4 | [Solutions](./Day2) |
| Day 3 | 🔲 3 | [Solutions](./Day3) |
| Day 4 | 🔲 3 | [Solutions](./Day4) |
| Day 5 | 🔲 3 | [Solutions](./Day5) |
| Day 6 | 🔲 3 | [Solutions](./Day6) |
| Day 7 | 🔲 3 | [Solutions](./Day7) |
| Day 8 | 🔲 3 | [Solutions](./Day8) |
| Day 9 | 🔲 3 | [Solutions](./Day9) |
| Day 10 | 🔲 3 | [Solutions](./Day10) |
| Day 11 | 🔲 3 | [Solutions](./Day11) |
| Day 12 | 🔲 3 | [Solutions](./Day12) |
| Day 13 | 🔲 3 | [Solutions](./Day13) |
| Day 14 | 🔲 3 | [Solutions](./Day14) |
| Day 15 | 🔲 3 | [Solutions](./Day15) |
| Day 16 | 🔲 3 | [Solutions](./Day16) |
| Day 17 | 🔲 3 | [Solutions](./Day17) |
| Day 18 | 🔲 3 | [Solutions](./Day18) |
| Day 19 | 🔲 3 | [Solutions](./Day19) |
| Day 20 | 🔲 3 | [Solutions](./Day20) |
| Day 21 | 🔲 3 | [Solutions](./Day21) |
| Day 22 | 🔲 3 | [Solutions](./Day22) |
| Day 23 | 🔲 3 | [Solutions](./Day23) |
| Day 24 | 🔲 3 | [Solutions](./Day24) |
| Day 25 | 🔲 3 | [Solutions](./Day25) |
| Day 26 | 🔲 3 | [Solutions](./Day26) |
| Day 27 | 🔲 3 | [Solutions](./Day27) |
| Day 28 | 🔲 3 | [Solutions](./Day28) |
| Day 29 | 🔲 3 | [Solutions](./Day29) |
| Day 30 | 🔲 3 | [Solutions](./Day30) |---
## 📂 Folder Structure
- **Day/**: Contains solutions and problem statements.
- `Question.md`: The problem statement.
- `Solution.cpp`: Solution file .---
## 🛠️ Topics to be Covered
- Arrays
- Strings
- Linked Lists
- Stacks and Queues
- Trees
- Graphs
- Dynamic Programming
- Backtracking---
## 🔗 Resources
- [LeetCode](https://leetcode.com/)
- [GeeksforGeeks](https://www.geeksforgeeks.org/)---