typescript-algo
v0.0.1
Published
[](https://travis-ci.org/DengYiping/typescript-algorithms)
Readme
About
This project implements common Computer Science data structure in TypeScript, in a type-safe and generic manner.
Development Guide
Sprint 1 Implementation: sorting
- [ ] quick sort
- [ ] merge sort
- [ ] insertion sort
- [ ] heap sort
License
The code in this repository is distributed under the terms of the MIT license.
