OlivierAlbertini / typescript-algorithms

Algorithms and Data Structures in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Algorithms and Data Structures in Typescript


Languages

Language:TypeScript 100.0%