Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philmander/typescript-algorithms
- Owner: philmander
- Created: 2017-01-07T20:23:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T04:31:57.000Z (about 3 years ago)
- Last Synced: 2023-03-11T11:17:26.588Z (almost 2 years ago)
- Topics: algorithms, data-structures, typescript, typescript-algorithms
- Language: TypeScript
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.