Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philmander/typescript-algorithms

Algorithms and Data Structures in Typescript
https://github.com/philmander/typescript-algorithms

algorithms data-structures typescript typescript-algorithms

Last synced: about 1 month ago
JSON representation

Algorithms and Data Structures in Typescript

Awesome Lists containing this project

README

        

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.