From eaaa7e674d381ecbb54fccb59bdc06cdbd46318f Mon Sep 17 00:00:00 2001 From: Ada Christiansen <60967674+luccaflower@users.noreply.github.com> Date: Sat, 5 Jul 2025 04:45:40 +0200 Subject: [PATCH] Add Algorithms Illuminated to Readings (#1345) The textbook version of the Stanford Algorithms set of courses from the OSSU curriculum --- extras/readings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/readings.md b/extras/readings.md index 1fcdf69..b9b86c0 100644 --- a/extras/readings.md +++ b/extras/readings.md @@ -67,6 +67,7 @@ Name | Author(s) [Introduction to Algorithms (3rd Edition)](http://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844/) | Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein [The Algorithm Design Manual (3rd Edition)](https://www.algorist.com/) | Steven Skiena [Algorithms (4th Edition)](https://algs4.cs.princeton.edu/home/) | Robert Sedgewick +[Algorithms Illuminated](https://algorithmsilluminated.org/) | Tim Roughgarden [Category Theory: A Gentle Introduction](http://www.logicmatters.net/resources/pdfs/GentleIntro.pdf) | Peter Smith [Category Theory for Programmers: The Preface](https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/) | Bartosz Milewski [An Introduction to Information Retrieval](https://nlp.stanford.edu/IR-book/pdf/irbookonlinereading.pdf) | Christopher D. Manning, Prabhakar Raghavan, Hinrich Schütze