Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ Each level contains its own `README.md` with topic-wise structure and references

## 📂 Folder Structure

```text
Fellowship-2025-DSA-Series/
├── Pre-Requisites/ # ✅ Start here — Basics of C++, Math, and Complexity
│ └── README.md
├── Level 0/ # Arrays, Strings, Recursion....
│ └── README.md
├── Level 1/ # Arrays, Strings, Recursion....
│ └── README.md
├── Common/ # Shared templates, math utils , Templates
└── README.md # This file

├── Pre-Requisites/ # Basics of C++, Math, and Complexity
│ └── README.md
├── Level 0/ # Core DSA Patterns (Arrays, Strings, Hashmaps, Trees, Recursion...)
├── Level 1/ # Advanced DSA Topics organized week-wise (Week 01 - Week 16)
│ └── README.md
├── Common/ # Shared templates, utilities, and resources
└── README.md
Comment on lines +86 to +92
```

## 🧪 How to Practice

Expand Down