This repository contains my personal notes and practice solutions for Data Structures and Algorithms, written in JavaScript.
I’m using this repo to build strong problem-solving fundamentals by solving problems from scratch, understanding the logic behind them, and documenting my learning in a structured way.
- Strengthen DSA fundamentals
- Practice problem-solving using JavaScript
- Maintain clear and readable code
- Build consistency through daily practice
- Create reference notes for revision and interviews
dsa-with-javascript/
├── 01-arrays/
├── 02-strings/
├── 03-recursion/
├── 04-searching/
├── 05-sorting/
└── notes/