Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 715 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 715 Bytes

Data structures in Javascript

unit-tests editorconfig-check

A collection of the most famous data structures implemented in Typescript:

  1. Binary search tree
  2. Hash table
  3. Linked list

Project setup

npm install

Run unit tests

npm run test:unit