Chevron Left
返回到 Divide and Conquer, Sorting and Searching, and Randomized Algorithms

学生对 Stanford University 提供的 Divide and Conquer, Sorting and Searching, and Randomized Algorithms 的评价和反馈

4.8
5,323 个评分

课程概述

The primary topics in this part of the specialization are: asymptotic ("Big-oh") notation, sorting and searching, divide and conquer (master method, integer and matrix multiplication, closest pair), and randomized algorithms (QuickSort, contraction algorithm for min cuts)....

热门审阅

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!

AC

Jan 3, 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.

筛选依据:

176 - Divide and Conquer, Sorting and Searching, and Randomized Algorithms 的 200 个评论(共 1,019 个)

创建者 amit

Apr 24, 2019

The tutorials were very detailed. The tests required me to revisit the videos again n and again. If We can have some practice questions which are similar and help us practice concepts many times would help us retain the knowledge.

创建者 Nikhil S

Aug 23, 2020

This course taught me the fundamentals of algorithm analysis and how to design divide-and-conquer, sorting, and randomized algorithms. I would recommend this course to anyone interested in getting their start in algorithm design.

创建者 Christopher S

Oct 23, 2023

Excellent beginners course on Algorithms, challenging assignments and relevant course material. Thanks for offering this course. Recommend this course for anyone looking to grow in their knowledge and applications of Algorithms.

创建者 Shuvam S

Jun 28, 2019

I really like the course content and the way professor teaches. Programming assignments are really good as they just don't ask you to code up an algorithm but asks in depth questions like number of comparisons made in each step.

创建者 Freyza K

Jul 22, 2022

I think this is the best course. Clear explanation and good material. The material like videos and presentation file that make me feel fully understood on what the instructor explains. Thank you, professor. Thank you, coursera.

创建者 Denny S

Feb 11, 2022

Amazing course, instructor and material! If you want to learn how you can do better as a software developer, to create more intelligent, faster and efficient code this series of courses is the best place to learn it hands down.

创建者 Mehmet M G

Oct 6, 2021

Content is excellent, Mr. roughgarden explains every concept very clearly and concisely. Only problem about this course I believe is the assignments. They are too easy for such a great course they must be much more challenging.

创建者 Mariia B

Feb 19, 2021

This course has often been difficult for me, which means I learned a lot. Many-many thanks to Prof. Roughgarden for the challenging topics so nicely explained, and to all the mentors and fellow students from Discussion forum :)

创建者 Abhinaya N

Dec 13, 2018

Pretty amazing course. The book "Algorithms Illuminated" by Dr. Tim Roughgarden makes you greedy to learn more about algorithms. Some of the analogies he presented to explain the concepts were hilarious and makes it a fun read.

创建者 Molderez

Aug 6, 2020

Quite interesting and the right level of challenge in my case. The explanations are very clear and to the fact. The exercises that let you implement the algorithms completely on your own improve your autonomy in programming.

创建者 Shubham D

Nov 20, 2019

It was incredulous experience for me. From this course I get to know the level of problems to solve.

obviously, this would not happen without Coursera's scholarship program. Thanks a lot coursera for this marvelous experience.

创建者 熊之遥

Apr 9, 2017

Professor Roughgarden managed to explain all the algorithom ideas in a clear and simple way, and give us a very intuitive understanding of these methods. He did give me confidence in this field, even I am not majoring in CS.

创建者 Tzushin H

Jul 28, 2022

The weekly project offers good opportunities for practicing what we have learned from the lecture. It would be better to emphasize the probability concepts or just offer some additional reading material for the final exam.

创建者 Pawel K S

Apr 4, 2018

Professor Roughgarden makes complex algorithm topics easy to understand. He gives a thorough foundation for each topic, and concisely explains proofs. This course has given me a robust framework for algorithmic analysis.

创建者 Güneş A

Mar 18, 2020

I think the instructor is teaching very well. The supporting book is very useful to catch up the course content, and the problems and computational work is quite satisfactory to throughly understand the course material.

创建者 Vinayak G B

May 27, 2018

Teaching is excellent . But assignments could have been more challenging with more number of questions and also a bit more tougher ones. Like , if the theory questions were transformed into programming assignments ....

创建者 Tighe B

Dec 11, 2020

This course is well structured and concise. Interesting applications of theory are discussed, along with logical explanations. The course is definitely suited to an intermediate audience, and moves with a steady pace.

创建者 PK T

Oct 4, 2020

The Course Offered has been Amazing! I really Learnt a lot from this Course and though I now know about Algorithms. I'll be coming back for references in the Future! Many things in the Video cannot be match elsewhere.

创建者 Fabien T

Jun 1, 2017

Outstanding! I've learned a lot during the past 5 weeks spent on the videos, quizzes and assignments. Thanks a lot to Tim Roughgarden for putting together this excellent course and to the Coursera team for hosting it.

创建者 Jacob C

Jan 11, 2022

Great class and professor. Very challenging in many aspects: algorithm translation from psuedocode into actual code, testing, debugging, and deep dives into language to accommodate algorithm design. Highly recommend.

创建者 Abdul S

Jun 28, 2018

this course helped me a lot and overcomes my lack and confusions in algorithms. The best course for those who want the best way to know more about algorithms and want to implement in programming techniques. loved it.

创建者 Sayan P

Feb 18, 2020

The course was awesome! The professor teaches in a way that he explains how to make the mathematics of the algorithm from scratch and enforces the mind of a learner to code the mathematics. One of the best courses.

创建者 Chris V

Jun 30, 2017

I really enjoyed this course and felt that everything was laid out understandably. I would have enjoyed some more programming problems, but felt that the ones given were useful in helping to enhance understanding.

创建者 Yx L

Aug 19, 2018

Very helpful, informative course. The way professor explain the concept is quite straightforward and easy to understand. there are also plenty of exercises to make sure you understand all the details in algorithm.

创建者 Adam F

Feb 26, 2017

The course was pretty good. Definitely worth the money, and better than I expected from an online course. I thought it was a little heavy with probability proofs, but that's probably because I struggle with stats.