https://github.com/devrsi0n/typescript-algorithms
The book Algorithms(Fourth Edition)'s source code(implemented in TypeScript) and documents
https://github.com/devrsi0n/typescript-algorithms
Last synced: 12 months ago
JSON representation
The book Algorithms(Fourth Edition)'s source code(implemented in TypeScript) and documents
- Host: GitHub
- URL: https://github.com/devrsi0n/typescript-algorithms
- Owner: devrsi0n
- License: mit
- Created: 2019-05-06T01:30:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T14:01:10.000Z (over 6 years ago)
- Last Synced: 2025-05-26T04:19:09.898Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 14.4 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms
[](https://github.com/devrsi0n/Algorithms/actions)
[](https://github.com/prettier/prettier)
[](https://lerna.js.org/)
The book Algorithms(Fourth Edition)'s source code(implemented in TypeScript) and documents.
## Quick Start
```sh
git clone git@github.com:devrsi0n/typescript-algorithms.git
cd typescript-algorithms
yarn
cd packages/algs4
yarn run-main
```