Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.05 KB

🧠 DSA Mastery in JavaScript

A comprehensive guide and practice repository for mastering Data Structures and Algorithms in JavaScript. Built to help developers prepare for technical interviews and strengthen their problem-solving skills.

📂 Folder Structure

  • 1. Data Structures – Arrays, Linked Lists, Trees, Hash Maps, etc.
  • 2. Algorithms – Sorting, Searching, Recursion, Dynamic Programming, etc.
  • 3. TopicWisePractice – Hand-picked coding interview questions with categorized practice.

✅ Why Use This Repo?

  • 🎯 Structured preparation for interviews (FAANG, startups, MNCs).
  • 🧩 Topic-wise breakdown of all core DSA concepts.
  • 💡 Each folder contains What / Why / How explanations + examples.
  • 💻 Focused on JavaScript with in-built method references.
  • 📁 Includes must-practice problems for each topic.

🚀 Getting Started

git clone https://github.com/akhilesh2310/dsalgo-master.git
cd dsalgo-master
npm install
npx mocha [folder/file].js // to run along with test cases