From faaa9024a9c4b7d5b447518368d6921fa6fcaab4 Mon Sep 17 00:00:00 2001 From: "anjanakri.work@gmail.com" Date: Sat, 6 Jun 2026 21:07:47 +0530 Subject: [PATCH] Improve README folder structure formatting --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6052fb4..ff11af0 100644 --- a/README.md +++ b/README.md @@ -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 +``` ## ๐Ÿงช How to Practice