first commit: code for chapter 1

This commit is contained in:
Aditya Bhargava
2016-03-02 14:03:34 -08:00
commit f985d33eb6
2 changed files with 36 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# Grokking Algorithms
This is the code in my book [Grokking Algorithms](https://www.manning.com/bhargava).
# Contributing
- The examples in this book are in Python, but I'd like to get examples in Ruby, Javascript, C, and other languages too. Please add examples in other languages!
- I'm pretty responsive to PRs. That is the quickest way to contribute to this repo.