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: 5 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T04:31:57.000Z (about 4 years ago)
- Last Synced: 2025-04-30T10:33:23.578Z (8 months ago)
- Topics: algorithms, data-structures, typescript, typescript-algorithms
- Language: TypeScript
- Size: 8.79 KB
- Stars: 8
- Watchers: 1
- 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.