website/content/notes/algorithms.md

17 lines
572 B
Markdown
Raw Normal View History

2020-01-16 02:51:49 +00:00
---
title: Algorithms Book Study
---
A couple of my friends and I decided to start a book club following "Algorithms" by Jeff Erickson. One bonus is that he gives it away for free on [his website](http://jeffe.cs.illinois.edu/teaching/algorithms/)!
Of course you should totally check his book out rather than reading my notes. There are tons of witty and fun things in his textbook, not a dry reading I promise. These notes are here mostly for archival purposes.
## Notes
2023-09-26 21:43:41 +00:00
[Chapter 1](recursion/)
2020-01-16 02:51:49 +00:00
2023-09-26 21:43:41 +00:00
[Chapter 2](backtracking/)
2020-01-16 02:51:49 +00:00
2023-09-26 21:43:41 +00:00
[Chapter 3](dynamic/)
2020-01-16 02:51:49 +00:00
2023-09-26 21:43:41 +00:00
[Chapter 4](greedy/)