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

https://github.com/slingercode/grokking-algorithms

Exercices of the book Grokking Algorithms
https://github.com/slingercode/grokking-algorithms

Last synced: 13 days ago
JSON representation

Exercices of the book Grokking Algorithms

Awesome Lists containing this project

README

          

# Grokking Algorithms

Exercices of the book Grokking Algorithms

## Building

#### Go

`go build -o build/ file-name.go`

#### Rust

`rustc file-name.rs --out-dir build`

#### Typescript

`tsc file-name.ts --outDir build`