typescript-algorithms
v0.0.10
Published
Algorithms and Data Structures in Typescript
Downloads
2
Readme
Algorithms and Data Structures
... In Typescript.
This repository contains Javascript/Typescript implementations of classic Computer Science algorithms.
Usage
npm install typescript-algorithms
Development
First clone this repository:
git clone https://github.com/cjsheets/typescript-algorithms.git
Then install dev dependencies:
npm install
After making changes to src/
, rebuild the library:
npm build
Credits
- I didn't invent anything here. Libraries and the internet are excellent resources.
Author and License
Chad Sheets - GitHub | Blog | Email
Released under the MIT License