From e523bf0793fa1ade89017530e0aad13e46ab2d85 Mon Sep 17 00:00:00 2001 From: Shireesha Bongarala Date: Sat, 20 Oct 2018 10:55:34 +0530 Subject: [PATCH] Fix broken links for Sedgewick and Wayne algorithms lectures. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93472cb..c85f9ec 100644 --- a/README.md +++ b/README.md @@ -331,9 +331,9 @@ If you have a better recommendation for C++, please let me know. Looking for a c ### Java - [ ] [Algorithms (Sedgewick and Wayne)](https://www.amazon.com/Algorithms-4th-Robert-Sedgewick/dp/032157351X/) - - videos with book content (and Sedgewick!): - - [Algorithms I](https://www.youtube.com/user/algorithmscourses/playlists?view=50&sort=dd&shelf_id=2) - - [Algorithms II](https://www.youtube.com/user/algorithmscourses/playlists?shelf_id=3&view=50&sort=dd) + - videos with book content (and Sedgewick!) on coursera: + - [Algorithms I](https://www.coursera.org/learn/algorithms-part1) + - [Algorithms II](https://www.coursera.org/learn/algorithms-part2) OR: