Code in the repository created in learning purposes and inspired by Aditya Bhargava and his book Grokking Algorithms.
The repository contains JavaScript implementation of common algorithms and data structures.
Abstract data types (ADT):
- Stack
- Queue
- Priority Queue
- ...
Data structures:
Algorithms:
$ npm install
# unit tests
$ npm run test