/typescript-algorithms

Algorithms and Data Structures ...in Typescript

Primary LanguageTypeScriptMIT LicenseMIT

Algorithms and Data Structures

Build Status Coverage Status

... 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

Documentation

The documentation for this repository is built using MkDocs and served via GitHub Pages.

You can view the docs locally by installing the docs theme (which includes mkdocs as a dependency) and using mkdocs to build:

pip install mkdocs-rtd-dropdown
mkdocs serve

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

Analytics