From a08dd89b273290421a8c2bdb502dadeb201d87dd Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Sat, 25 Jul 2020 22:59:50 +0200 Subject: [PATCH] algorithms: watched Algorithms part 1 --- algorithms-and-data-structures.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/algorithms-and-data-structures.md b/algorithms-and-data-structures.md index 9558e6e..a40abf0 100644 --- a/algorithms-and-data-structures.md +++ b/algorithms-and-data-structures.md @@ -1,7 +1,7 @@ # Algorithms and Data Structures -- [ ] 📖 [**The Art of Computer Programming**](https://www-cs-faculty.stanford.edu/~knuth/taocp.html) (DE Knuth 1968) +- [x] 👨‍🏫 [**Algorithms Part I**](https://www.coursera.org/learn/algorithms-part1) (R Sedgewick, K Wayne) +- [ ] 👨‍🏫 [**Algorithms Part II**](https://www.coursera.org/learn/algorithms-part2) (R Sedgewick, K Wayne) - [ ] 📖 [**Introduction to Algorithms**](https://mitpress.mit.edu/books/introduction-algorithms-third-edition) (TH Cormen, CE Leiserson, RL Rivest, C Stein 2009) _"CLRS"_ -- [ ] 👨‍🏫 [Algorithms Part I](https://www.coursera.org/learn/algorithms-part1) (R Sedgewick, K Wayne) -- [ ] 👨‍🏫 [Algorithms Part II](https://www.coursera.org/learn/algorithms-part2) (R Sedgewick, K Wayne) +- [ ] 📖 [**The Art of Computer Programming**](https://www-cs-faculty.stanford.edu/~knuth/taocp.html) (DE Knuth 1968) - [ ] 📖 [The Algorithm Design Manual](https://www.amazon.com/Algorithm-Design-Manual-Steven-Skiena/dp/1848000693/?pldnSite=1) (SS Skiena 2011)