Chevron Left
返回到 Algorithms, Part II

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

4.9
2,038 个评分

课程概述

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

热门审阅

XZ

Feb 7, 2020

As always, I learned a lot from the courses from Professor Robert. Really great course, and I would like to recommend to anyone who is interested in programming neatly and elegantly.

MP

Jan 12, 2024

Great quality of academic content. Mr Sedgewick is a great lecturer and the programming tasks, though hard, help you dive deep into the Java implementations.

筛选依据:

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

创建者 Erik U

Jun 9, 2021

Another great course and perfect follow-up to Algorithms Part 1. I liked that we used the algorithms built in the first part to make other powerful algorithms and tools.

创建者 Jessie L

Mar 3, 2019

Rich content. Liked the teaching style as well. But wish that it had an as-strong supporting system as Part I's and mentors/fellow students could answer more questions.

创建者 Cihan C

Feb 28, 2018

Prof. Sedgewick does an amazing job in explaining the mechanics of the fundamental algorithms and data structures. I have thoroughly enjoyed this course (and Part I).

创建者 Oleg G

Sep 6, 2021

Best algorithms course. Great assignments. The only problem - bad microphone (it was much better in Algorithms, Part I). Must be completed by every IT specialist.

创建者 Deleted A

Feb 9, 2018

Awesome course. Helped me understand graph better. The API is simple and effective. I implemented the whole API and have been using it in my other graph solutions

创建者 22028250 P Đ Q

Jun 24, 2025

very good course, the audio on the video can be weird at times, but overall a great experiences, the teacher is very good and the assignment are all excellent

创建者 Prajjwal J

Aug 30, 2020

"Remind me again why I'm trying to figure out if Detroit was eliminated back in American League '96" - me, at 4:00 AM

"Where is Week 7?" me, a few days later.

创建者 Maciej P

Jan 13, 2024

Great quality of academic content. Mr Sedgewick is a great lecturer and the programming tasks, though hard, help you dive deep into the Java implementations.

创建者 Luigi S

Mar 5, 2020

I wrote my review on Linkedin. Thank you very much for the great course ! https://www.linkedin.com/pulse/algorithms-part-ii-mission-accomplished-luigi-selmi/

创建者 Hermawan M

May 31, 2019

This is an excellent course as an introduction to algorithms. Together with part 1, the Princeton Algorithms series is the best MOOC course I've ever done.

创建者 Mallasamudram P A

Jun 30, 2019

Dr. Sedgewick is simply amazing. I enjoy how he motivates the need for efficient algorithms and applications. I only wish he would offer more courses!

创建者 Edwins L

Nov 24, 2019

Excellent course and materials about algorithms and data structures. Very challenging exercises that make you think hard to achieve the passing score.

创建者 Tatiana D

Mar 20, 2019

Complex concepts in plain language. Challenging and interesting practice exercises. Without them it's impossible to fully understand theoretical part.

创建者 Tom G

Apr 27, 2018

Excellent follow-on from Part I - covers additional algorithms in depth and the excellent examples really help to learn and understand the material.

创建者 Ignacio A G

Mar 4, 2018

Every single programming assignment was both challenging and fun. I learned really good algorithms and overall I feel I'm a better Software Engineer

创建者 Simin L

Feb 9, 2020

Completed Algorithms I and II. Great course for students to learn data structures is a systematically way! Could be used in my research directly.

创建者 Yaqiu L

Dec 22, 2018

This course is challenging but interesting. The homework is hard but valuable. Recommend this course for everyone who gets start to algorithm.

创建者 Vadim

Aug 12, 2021

Very informative and well structured course. Assignments are interesting and non-trivial solutions are required to achieve 100% completion.

创建者 Karthik R

Dec 2, 2017

Provides excellent insights with reference to some of the advanced algorithms. Assignments for a great source of learning in the course.

创建者 Shahin A

Nov 9, 2025

I loved the course and the assignments. I learned so much. I only hope I can find another activity that adds to me as much as this one.

创建者 Tharit T

Aug 23, 2024

It is a fantastic course to gain confidence in Data Structure & Algorithms. It is a vegetable I need to eat before the cake is allowed.

创建者 Vladislav R

Apr 3, 2018

Very well structured course on Algorithms and advanced data structures. Highly advised to anyone pursuing career in programming field.

创建者 jorge a f n

Apr 13, 2020

Thanks, Robert Sedgewick for this amazing course. The way you structure your lectures reflects the deep love you feel on Algorithms.

创建者 Sasha K

Nov 28, 2017

Excellent! Sedgwick explains things in such a way that is both extremely intuitive but also makes the code practically write itself!

创建者 杨国强

Feb 17, 2020

It's the best algorithm course I've ever learnt. Having the book is necessary at least for me.Overall, it's tricky but useful.