学生对 Stanford University 提供的 Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming 的评价和反馈
课程概述
热门审阅
SC
Dec 30, 2020
Best (not one of the best) course available on web to learn theoretical algorithms. You will love it. Enjoy new journey and perspect to view and analyze algorithms. Loved it damn!
SC
Sep 22, 2017
A more explanatory answer sheet would be helpful. Might need to be secured via limited time login session to avoid leaking on the web.
126 - Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming 的 150 个评论(共 150 个)
创建者 Shama M
•Jul 28, 2024
good
创建者 Thành N K
•Aug 25, 2019
good
创建者 praveenkumar c
•Jun 12, 2019
mass
创建者 anirudh j
•Aug 10, 2018
NICE
创建者 Sanket S
•Jul 7, 2017
Good
创建者 Alberto S
•May 2, 2022
The course material is very good indeed: kudos to the lecturer, awesome approach and superb execution. Docked one star on account of the following. Proficiency assessment in the tests not requiring to write code is a little skewed towards the mathematincal aspects of algorithms, which is fair enough and par for the course; however, enough of the test questions are worded (of course in English) in a language that is too terse and sometimes appear aimed at befuddling the reader (especially non-native speakers, well, readers...), rather than at providing a clear understanding of what is asked. Some of the coding assignments are challenging on their own account (fair enough: again, par for the course); yet again, when the question itself becomes veiled in obscure wording and lacks the clarity of examples I find something is left to be desired.
创建者 Georgios K
•Jan 31, 2020
A beautiful course, I had already done the other two parts of this series of courses. This course focuses on the Greedy Algorithms and Dynamic Programming. I had not used these two types of algorithms before.
The difficulty of the exercises is not great but there is one programming assignment which is really hard to debug. Nevertheless there are good points in the forum.
Professor and forum members thank you for this beautiful learning experience.
创建者 Sam L
•Aug 1, 2024
It was a shame to see the worked examples dry up near the end. These were so useful for greedy algos, so it's strange that they weren't present for the last few dynamic programming problems, which hard arguably the hardest to grasp and least intuitive solutions so far. In the end I had to look elsewhere to really 'get' the formulation of solutions to things like optimal BSTs and knapsack. Other than that, fantastic course and very informative.
创建者 brendan e
•Jun 17, 2017
This really helped me to understand how to approach problems with a greedy algorithm mindset or a dynamic programming mindset. My only complaint is that week 4 could have used a concrete example for the optimal binary search tree.
创建者 Yifeng L
•Nov 26, 2018
Course is great. However, for me, there's some lecture I cannot understand so I have to find another course with more explanation.
创建者 Diego F
•Aug 15, 2022
It's a good course. But it has way too much theory and not much practice, so one can get confused and spend a lot of time on it.
创建者 Julio D
•Jan 26, 2023
Good course, though I posted a couple of questions in the forums and I am still waiting for an answer from one of the mentors.
创建者 Chris S
•May 29, 2018
While i thought the algorithms are very good - It could use just a small amount of expansion on the specifics and background.
创建者 Pawel K S
•Sep 20, 2018
Great material, explained very well, but the lack of feedback on tough problem sets can be frustrating;
创建者 Andrey
•May 15, 2017
The most challenging course after first and second, really difficult
创建者 Navneet C
•Sep 5, 2021
Every time I learn algorithms I got to know new thing.
创建者 Tianyi Z
•Jul 17, 2018
Not bad programming tests. At least it made me try
创建者 PLN R
•Oct 12, 2018
Amazing course! Great content indeed!
创建者 Siyu Z
•May 14, 2017
Need solution of quiz and final
创建者 Anant K S
•May 22, 2019
A little too difficult.
创建者 Yash G
•Jan 21, 2018
good course
创建者 Bianca D
•Mar 23, 2019
The forums are not very active, and there are a lot of unanswered questions from months and years ago. It seems like there have not been active staff/mentors in the forums for a while. Also the final exam had two duplicate problems from the problem sets.
创建者 Joern K
•Aug 30, 2018
Sometimes badly synchronized, there are also mistakes in the videos which haven't been corrected.
创建者 Zheng W
•Jul 10, 2017
Sometimes the professor speaks too fast.
创建者 Atul V
•Oct 6, 2019
Honestly Speaking, I didn't like the course much. The explanation was quite complicated. I had to learn most of the things from youtube.