... In Typescript.
This repository contains Javascript/Typescript implementations of classic Computer Science algorithms.
npm install typescript-algorithms
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
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
- I didn't invent anything here. Libraries and the internet are excellent resources.
Chad Sheets - GitHub | Blog | Email
Released under the MIT License