This is my javascript implementation of Algorithms & Data Structures
Since, this is written in JavaScript, you'll need Node installed on your machine
-
Clone the repo
git clone https://github.com/orkeluskar/algo-ds.git
-
Change directory
cd algo-ds
-
Test the code?
npm test
/lib
- Contains all the necessary Data Structures like Linked Lists, TreeNode etc./test
- Contains all the necessary test cases for each problem/problems
- All problems aggregated according to their underlying Data Structure