Merge pull request #369 from shireeshaBongarala/master

Fixes #368 Fix broken links for Sedgewick and Wayne algorithms lectures.
This commit is contained in:
John Washam 2018-10-22 21:30:27 -07:00 committed by GitHub
commit 346bf4f863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,9 +331,9 @@ If you have a better recommendation for C++, please let me know. Looking for a c
### Java ### Java
- [ ] [Algorithms (Sedgewick and Wayne)](https://www.amazon.com/Algorithms-4th-Robert-Sedgewick/dp/032157351X/) - [ ] [Algorithms (Sedgewick and Wayne)](https://www.amazon.com/Algorithms-4th-Robert-Sedgewick/dp/032157351X/)
- videos with book content (and Sedgewick!): - videos with book content (and Sedgewick!) on coursera:
- [Algorithms I](https://www.youtube.com/user/algorithmscourses/playlists?view=50&sort=dd&shelf_id=2) - [Algorithms I](https://www.coursera.org/learn/algorithms-part1)
- [Algorithms II](https://www.youtube.com/user/algorithmscourses/playlists?shelf_id=3&view=50&sort=dd) - [Algorithms II](https://www.coursera.org/learn/algorithms-part2)
OR: OR: