Chevron Left
Back to Algorithms, Part II

Learner Reviews & Feedback for Algorithms, Part II by Princeton University

4.9
stars
2,017 ratings

About the Course

This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms. All the features of this course are available for free. People who are interested in digging deeper into the content may wish to obtain the textbook Algorithms, Fourth Edition (upon which the course is based) or visit the website algs4.cs.princeton.edu for a wealth of additional material. This course does not offer a certificate upon completion....

Top reviews

MS

Feb 27, 2021

Essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations.

AK

Apr 16, 2019

Amazing course! Loved the theory and exercises! Just a note for others: Its part 1 had almost no dependency on book, but this part 2 has some dependency (e.g. chapter on Graph) on book as well.

Filter by:

376 - 376 of 376 Reviews for Algorithms, Part II

By Sukkyu “ C

Mar 8, 2024

Some of the coding assignments were unnecessarily ambiguous and complicated while not a lot of resources were provided for students to navigate through those challenges. Towards the end, I got to the point where every time there's an assignment and it was time to do it, I became very stressed out and wanted to put it off. I wonder how I actually got through all those assignments. Enjoyed part 1, but cannot recommend part 2 to other people.