Merge pull request #188 from benjamreynolds/patch-1

Fix a few broken markdown links
This commit is contained in:
John Washam 2017-04-15 09:49:23 -07:00 committed by GitHub
commit 07e274b0c5

View File

@ -466,9 +466,9 @@ Why code in all of these?
I may not have time to do all of these for every subject, but I'll try. I may not have time to do all of these for every subject, but I'll try.
You can see my code here: You can see my code here:
- [C] (https://github.com/jwasham/practice-c) - [C](https://github.com/jwasham/practice-c)
- [C++] (https://github.com/jwasham/practice-cpp) - [C++](https://github.com/jwasham/practice-cpp)
- [Python] (https://github.com/jwasham/practice-python) - [Python](https://github.com/jwasham/practice-python)
You don't need to memorize the guts of every algorithm. You don't need to memorize the guts of every algorithm.