typescript-algorithms

0.0.10 • Public • Published

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

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

/typescript-algorithms/

    Package Sidebar

    Install

    npm i typescript-algorithms

    Weekly Downloads

    0

    Version

    0.0.10

    License

    MIT

    Last publish

    Collaborators

    • cjsheets