An open API service indexing awesome lists of open source software.

https://github.com/kutyel/typescript-algorithms

🤓 A small set of algorithms as I learn them
https://github.com/kutyel/typescript-algorithms

algorithm-challenges algorithms algorithms-implemented interview-questions typescript

Last synced: 2 months ago
JSON representation

🤓 A small set of algorithms as I learn them

Awesome Lists containing this project

README

        

# TypeScript Algorithms

[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

A small set of algorithms / data structures as I learn them, implemented in TypeScript 🤓

## Install
```sh
$ npm install ts-algorithms
```

## Try them out!
```sh
$ npm test
```