课程概述
热门审阅
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.