Chevron Left
返回到 Algorithmic Toolbox

学生对 University of California San Diego 提供的 Algorithmic Toolbox 的评价和反馈

4.6
12,567 个评分

课程概述

This online course covers basic algorithmic techniques and ideas for computational problems arising frequently in practical applications: sorting and searching, divide and conquer, greedy algorithms, dynamic programming. We will learn a lot of theory: how to sort data and how it helps for searching; how to break a large problem into pieces and solve them recursively; when it makes sense to proceed greedily; how dynamic programming is used in genomic studies. You will practice solving computational problems, designing new algorithms, and implementing solutions efficiently (so that they run in less than a second)....

热门审阅

PS

Aug 14, 2020

Great Course. This series is great but sometimes you will get frustrated because of the questions as it is not easy, make sure to give those a time. Great satisfaction after solving them though

AF

May 16, 2020

Great course for stepping into algorithms. But some portions have bad lectures like for example explaining the theoritical reasoning for finding safe move in week 3 greedy algorithm is very poor.

筛选依据:

2051 - Algorithmic Toolbox 的 2075 个评论(共 2,592 个)

创建者 dheeraj

Jan 17, 2019

This is the best course on Algorithms and Data Structures online. This course ended up helping me in problem solving. I am very grateful

创建者 Timmy M

Jul 10, 2022

great course. i wish that grading output was more specific at times, but overall i thought the course did a good job of challenging me

创建者 Atharva R

Jul 26, 2020

good course, explains types of algorithm pretty well. Too many assignments associated with the course which makes the course lengthy.

创建者 Chang W S

Jul 12, 2018

Perfect lecture for study algorithm...eventhough I started from scratch in data structures and algorithm knoledge, it helped me a lot

创建者 AVIGYAN D

Jul 23, 2020

Explanation by the instructors can be more detailed and more explanation is needed along with more examples for better understanding

创建者 Andrii K

Nov 23, 2022

Auto grade system is inconvenient to work with, in many cases you don't see any input parameters, only message that it didn't pass.

创建者 Hangal O

Nov 16, 2022

It is a difficult course. Definitely for the more advanced students. Expect to take much longer to complete than the allotted time.

创建者 Daksh T

Aug 4, 2020

I had a little problem with the Russian Pronunciation but rest assured everything was good.The concepts were explained wonderfully.

创建者 Bowei H

Jun 4, 2019

For a beginner, it would be better to provide the test datasets as it can help learner find the bug in their program. (Too ACM now)

创建者 Juan S Z M

Aug 5, 2016

It is a brilliant course, well organized and pretty interesting. However, the problems are not as challenging as one could expect.

创建者 fengyu

Dec 12, 2017

the teacher explain the algorithm elaborately, it really useful for me. And the OJ is excellent, I really recommend this course.

创建者 Prabal M

May 28, 2020

Week 1 to week 4 was very descriptive but I didn't find the dynamic programming part descriptive enough to understand in depth.

创建者 aamir a

Aug 13, 2019

Great course. The only thing i'd like to change will be the accent used in teaching videos. I was hard to understand sometimes.

创建者 Dariusz D

Jun 17, 2018

it's quite good course which explain implementation, unfortunately book that can be bought as e-book doesn't contain solutions.

创建者 Aldunin D A

Apr 15, 2018

I see no active help on the forum atm. 2nd part of dynamic programming is not explained detailed enough. All the other is fine.

创建者 Michele P

Sep 19, 2017

The chapters about "greedy algorithms" and "divide and conquer" are well done. The one about "dynamic programming" lacks depth.

创建者 Sahil

Aug 9, 2020

It's a good course, but I think that the lectures could have been better, especially those related to the dynamic programming.

创建者 Harsh P

Jul 25, 2020

Useful course, but difficult at times to follow. The last few weeks get substantially more difficult than the first few weeks.

创建者 Kirill S

Jul 21, 2021

Good course but sometimes very challenging to pass grader.

Minus one star because some weeks contain not enough explanations.

创建者 Piyush K

Oct 24, 2020

Really cleared most of the basic concepts of DSA.

Taught how to think every problem statement from algorithmic point of view.

创建者 Simarpreet S

May 10, 2020

very good explanations for greed and divide and conquer algorithms but dynamic programming explanations were not good enough.

创建者 Vipul T

Dec 26, 2019

It was an amazing month-long learning experience for me. I got this course with financial aid of coursera.

Thanks to coursera!

创建者 Shafayet N

Jun 27, 2020

the contents and teachers are top class.but i had a little difficulty on understanding some of the teachers pronounciations.

创建者 CSSI-Coursera P

Aug 16, 2019

While few algorithms are given, concentrating on each one are helpful for a deep understanding. Subtitles could be improved.

创建者 Albert S

Oct 9, 2016

Programming assignments are well structured in such a way that it encourages one to continuously improve upon the solution.