mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 06:21:13 +00:00
Website snapshot
This commit is contained in:
parent
ee0ab66d73
commit
50ec3688a5
281 changed files with 21066 additions and 0 deletions
17
content/notes/algorithms.md
Normal file
17
content/notes/algorithms.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: Algorithms Book Study
|
||||
---
|
||||
|
||||
# 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
|
||||
[Chapter 1](recursion)
|
||||
|
||||
[Chapter 2](backtracking)
|
||||
|
||||
[Chapter 3](dynamic)
|
||||
|
||||
[Chapter 4](greedy)
|
Loading…
Add table
Add a link
Reference in a new issue