You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome!
This repository is a collection of coding problems organized by Data Structures and Algorithms (DSA) topics. Each problem includes a clear explanation, JavaScript implementation, and notes on which data structure is being used and why.
Whether I’m revisiting core concepts, preparing for upcoming interviews, or just enjoying solving problems — this repo helps me keep everything organized, easy to refer back to, and ready to expand as I go.
Each problem folder includes:
A clear README.md with the problem statement, approach, and edge cases
The solution.js file with a working implementation
Categories
Great point — here's an improved version of the table with a note in the "Reference Docs" column indicating that the link points to built-in methods or concept documentation, so it's clear why it's useful before diving into problems:
This is an evolving repository as I solve more problems.
Feel free to explore, learn, and suggest improvements!
Happy Coding! 🚀
About
This repository is a collection of coding problems organized by Data Structures and Algorithms (DSA) topics. Each problem includes a clear explanation, JavaScript implementation, and notes on which data structure is being used and why.