Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)

---