-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
algorithms: watched Algorithms part 1
- Loading branch information
1 parent
9a75253
commit a08dd89
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |