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
- Host: GitHub
- URL: https://github.com/kutyel/typescript-algorithms
- Owner: kutyel
- License: mit
- Created: 2017-09-19T14:48:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T10:38:08.000Z (over 7 years ago)
- Last Synced: 2025-02-23T17:37:22.931Z (4 months ago)
- Topics: algorithm-challenges, algorithms, algorithms-implemented, interview-questions, typescript
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript Algorithms
[](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
```