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
- Host: GitHub
- URL: https://github.com/slingercode/grokking-algorithms
- Owner: slingercode
- License: mit
- Created: 2022-05-02T13:28:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T15:14:10.000Z (almost 4 years ago)
- Last Synced: 2025-11-14T06:31:48.214Z (7 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`