aliaks-ei / data-structures

A collection of the most famous data structures implemented in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of the most famous data structures implemented in Typescript


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%