Welcome to my personal repo for learning Data Structures and Algorithms (DSA)!
This repository documents my progress, thought process, and solutions to various problems from LeetCode, CodeWars, and other platforms — using JavaScript to solve them.
This repo serves as my learning log — it's a place where I:
- Solve problems (as consistently as possible)
- Prerequisites For solving the problem
- Write clear comments explaining:
- The problem statement from the platforms
- How I understood it
- My thought process and approach
- And finally, a link to the original problem
Each folder represents a topic, and each file inside contains a single problem from the platforms.
- For learning im using Neetcode Roadmap for the path of my learning journey, Youtube && documentation.
- For practicing im using LeetCode && CodeWars ( You can find my accounts down under)