Chevron Left
返回到 Algorithms, Part II

学生对 Princeton University 提供的 Algorithms, Part II 的评价和反馈

4.9
2,030 个评分

课程概述

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....

热门审阅

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.

筛选依据:

376 - Algorithms, Part II 的 381 个评论(共 381 个)

创建者 Kolluri S R

Jun 11, 2020

good

创建者 Sireesha

Jun 9, 2020

Good

创建者 pranitha e

Jun 8, 2020

good

创建者 Uladzislau T

Feb 5, 2024

Theory part is great. Almost every time I touch practical part, I face issues mostly not related to algorithms, but to java compiler, peculiarities of java language, non-obvious behavior of provided API. And that is really annoying and unproductive when most of the time and effort you spend on problems that are not really related to the main topic.

创建者 Salman A M

Nov 3, 2019

Pretty good material, although exercises could be more interactive.

创建者 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.