Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 290 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 290 Bytes

Typescript Algorithms

A collection of well known algorithms and data structures in Typescript

Install

npm install
tsc

Run

Running each compiled JS file runs the algorithm against data sets of increasing sizes and prints a chart of the results.