学生对 Stanford University 提供的 Divide and Conquer, Sorting and Searching, and Randomized Algorithms 的评价和反馈
课程概述
热门审阅
SK
Jan 16, 2020
I would rate it very high because of the kind of assignments given and kind of questions asked is very very good. I would refer my friends for this kind of professional things.
SN
Mar 25, 2020
I'm happy with this course because is a little challenging, not like other coursers where there are trivial answers and tests. I feel now much more confident with my fundamentals. Thank you Tim!
876 - Divide and Conquer, Sorting and Searching, and Randomized Algorithms 的 900 个评论(共 1,019 个)
创建者 Nic V
•Aug 21, 2022
Generally, a good course. It has a good explanation of merge sort and quicksort algorithms, and also very good explanation of the master theorem - probably the best I have encountered.
The only con is the ugly hand writing from slides.
创建者 Norman W
•Jun 24, 2018
Yea i think it's good. However, some of the proofs didn't 100% make sense to me and I don't prefer sloppy proofs. I'd like more concrete walkthrough of the proofs. I know that's hard for course that has so much content packed into it.
创建者 Tran C
•May 22, 2021
Mathematical analysis and induction to divide and conquer strategy of the professor are really attractive. Base of a programming language to implement and test the algorithm during the lecture reading is highly recommended.
创建者 Pranav K
•Apr 17, 2020
It is the best course for the above algorithms that I have seen till date.The pace and problems are just perfect.It produces interest in us to learn more.Atlast the course is not that tough nor that easy it is just amazing.
创建者 kodela p
•Apr 5, 2025
The theoretical explanation of the concepts is superb, the applications of the concepts given are very practical and one feedback i can possibly give is that the assignments (mainly final exam) could be made little harder.
创建者 Khanh N
•Aug 23, 2018
The lecturer explains everything very clearly. All materials are interesting but the assignments are not well-prepared and quite little :( I don't think they can assess learner's understanding and knowledge well enough
创建者 R P
•Mar 31, 2020
It is a great course, but the person needs to be determined to complete the course, and you will also have to refer to a lot of external materials... Tim tried to make the course as interesting as possible...
创建者 Chit T N
•Mar 21, 2022
Since I am relatively new to computer science, this course is a little bit hard.
But, overall it's ok and the course also mentioned the similar material is taken by sophomores, juniors and seniors.
创建者 Ali I C
•Jan 4, 2020
A bit too heavy on the probability and mathematical proof side, otherwise I learned a lot about divide and conquer algorithms and minimum cut as well as the Master Method for algorithm analysis.
创建者 Joe
•Apr 29, 2017
As someone with only (UK) high school level maths I just about managed to follow this. I am still confused by logarithms. I guess I should go and read the maths for computer science resource.
创建者 Gonzalo E
•Apr 8, 2018
I would like a better balance workload from week to week. In my experience it increase every week, so last week I was in a rush, not even being able to go through the optional material.
创建者 Emin E
•Jan 27, 2018
It would be great if lectures and slides would be with better design and to make and record new slides and lectures. Because these lectures seems too old. Everything else is great.
创建者 Pablo J
•Aug 28, 2019
understand that this is intended to be cross code language information, but would also be nice to see examples of non-pseudo code and implemented into at least one language
创建者 Xiaoliu W
•Jul 12, 2020
Nice material. Wish the instructor can go over some part of the material a little slower. Also it would be nice if the solution of the optional questions can be provided.
创建者 A.Bashar E
•May 9, 2017
Great course for who is seeking to learn new algorithms and their analysis specially the randomized algorithm. but its videos are kind of long compered to other courses.
创建者 Ivan C
•Nov 13, 2019
It would be good to have more simple examples, like how theoretical results can be applied, with exact numbers and not with abstract n, a, k, b, j after we prove them.
创建者 Madhumala J (
•Mar 27, 2019
Kindly make it more simpler by adding more practise problems so that solving problems become more easier during the test and thereby to gain more knowledge on the same
创建者 dmitriy m
•Apr 27, 2018
It would be better to have more test cases linked to programming assengments. Hoppefully, there is a github branch with that already... but better to merge it to here
创建者 Justin S
•Jan 29, 2019
High rank because the instructor really makes the material come alive. Not a 5-star since I wish there was more supporting materials to accompany the course. Thanks!
创建者 Mayank K
•Jan 16, 2020
Good if you want to be a researcher or follow your career on algorithms but not so good if you want to learn using ds and algos fast to crack technical interviews.
创建者 Mingming L
•Jun 29, 2022
These are good lectures, but you need to spend a lot of time to digest what the teacher really means and research some basics. It is not friendly for beginners.
创建者 Himanshu G
•Dec 30, 2017
great course but it would be better if you ask students to submit their code and give limits and various test cases like an actual programming contest.
创建者 aditya s c
•Jan 25, 2019
very good teaching of algorithms.however a little help for coding those would be appreciated.(in my case i am dealing with graphs for the first time).
创建者 Viswaj M
•Jun 15, 2025
I would like a course more by the coding perspective for understanding more rather than theoretical perspective. Otherwise the course is excellent
创建者 wenqin s
•May 27, 2020
Overall experience is well, the probability overview was fast, require deep understanding with probability and statistics in discrete model.