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

https://github.com/maxbeatty/grokking_algorithms


https://github.com/maxbeatty/grokking_algorithms

Last synced: over 1 year ago
JSON representation

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`