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

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

Awesome Lists containing this project

README

          

# Algorithms

[![Actions Status](https://github.com/devrsi0n/Algorithms/workflows/Node%20CI/badge.svg)](https://github.com/devrsi0n/Algorithms/actions)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg?style=flat-square)](https://lerna.js.org/)

The book Algorithms(Fourth Edition)'s source code(implemented in TypeScript) and documents.



Chinese version


Original version

## Quick Start

```sh
git clone git@github.com:devrsi0n/typescript-algorithms.git
cd typescript-algorithms
yarn
cd packages/algs4
yarn run-main
```