dsa-in-js
v1.0.0
Published
> π A collection of **Data Structures and Algorithms** implemented in **JavaScript** β made for learners, coders, and interview warriors.
Downloads
7
Readme
β‘ DSA-In-JS
π A collection of Data Structures and Algorithms implemented in JavaScript β made for learners, coders, and interview warriors.
π§ About
DSA-In-JS is your go-to repository to understand and master Data Structures & Algorithms using pure JavaScript.
Whether youβre prepping for coding interviews or brushing up your skills β this repo has you covered.
π Topics Covered:
- Arrays, Strings, Linked Lists, Stacks, Queues
- Trees, Graphs, HashMaps
- Sorting & Searching Algorithms
- Recursion, Greedy, and Dynamic Programming
- JS-specific DSA tricks and logic
π§© Why This Repo?
β
Clean & beginner-friendly code
β
Each algorithm explained with comments
β
Great for interview prep
β
100% JavaScript β no external libraries
β
Continuously growing π
π Folder Structure
DSA-In-JS/ βββ data-structures/ β βββ LinkedList.js β βββ Stack.js β βββ Queue.js β βββ ... βββ algorithms/ β βββ sorting/ β β βββ quickSort.js β β βββ mergeSort.js β βββ searching/ β β βββ binarySearch.js β βββ ... βββ basics-of-js/ βββ README.md βββ ...
βοΈ Getting Started
Clone this repo:
git clone https://github.com/Balia077/DSA-In-JS.git
cd DSA-In-JS