https://github.com/maxbeatty/grokking_algorithms
https://github.com/maxbeatty/grokking_algorithms
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxbeatty/grokking_algorithms
- Owner: maxbeatty
- Created: 2019-01-10T02:57:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T04:50:12.000Z (over 6 years ago)
- Last Synced: 2024-10-29T22:38:42.065Z (over 1 year ago)
- Language: Go
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grokking Algorithms
Exercises from [the book](https://amzn.to/29rVyHf) in Node.js and Go.
1. Install Node.js dependencies: `yarn install`
2. Run Node.js and Go tests: `yarn test`