Data structures in Javascript A collection of the most famous data structures implemented in Typescript: Binary search tree Hash table Linked list Project setup npm install Run unit tests npm run test:unit