A collection of simple implementations of basic data structures and algorithms in JavaScript.
- Install the dependencies
npm install- Run the tests
npm test- Doubly linked list
- Linked list
- Queue
- Stack
- Divide and Conquer
- Two Pointers
- Binary Search
- Palindrome Check
- Crystal Balls
This project is licensed under the GNU General Public License - see the LICENSE file for details.