This repository contains common data structures and algorithms implemented in JavaScript. I keep it for learning purposes.
Please, feel free to learn, read, and use any code from this repository.
- Binary Search Tree
- Hash Map
- Heap - min and max heap versions
- Linked List
- Priority Queue
Install all dependencies
npm install
Run all tests
npm test