Skip to content

Commit 0288810

Browse files
committed
add readme
1 parent 8c7bb02 commit 0288810

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Typescript Algorithms
2+
=========================
3+
4+
A collection of well known algorithms and data structures in Typescript
5+
6+
## Install
7+
8+
```
9+
npm install
10+
tsc
11+
```
12+
13+
## Run
14+
15+
Running each compiled JS file runs the algorithm against data sets of increasing
16+
sizes and prints a chart of the results.

0 commit comments

Comments
 (0)