Skip to content

A collection of the most famous data structures implemented in Typescript

Notifications You must be signed in to change notification settings

aliaks-ei/data-structures

Repository files navigation

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