Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 491 Bytes

About

Build Status

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.