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

热门审阅

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.

GS

Oct 31, 2020

Very good course, all the problems are well designed to test your critical thinking skills and there's pretty good and detailed conceptual stuff but not more than needed to make you nearly a pro.

筛选依据:

2101 - Algorithmic Toolbox 的 2125 个评论(共 2,592 个)

创建者 Suraj K

May 14, 2020

Fantastic course. Week 5 did not have enough explanation though. Apart from that the course was very valuable

创建者 Pushkar D

Jun 4, 2019

Good course. Helps one apply their mind and solve. I only wish it had more exercises for asymptotic analysis.

创建者 Saksham R

May 12, 2021

A very diversified course with a wide variety of problems, some tricky enough to make you scratch your head.

创建者 Aarvin G

Dec 14, 2020

This is a great foundational course for people who are interested in learning Data structures and algorithm

创建者 Алвандян Н А

Aug 13, 2019

everything is great, except it would be highly desirable to see the correct implementation of all the tasks

创建者 Chris L

Dec 23, 2017

As a largely self taught programmer this is filling in important information I failed to pick up on my own.

创建者 Saiyam J

Jul 20, 2020

Lovely Course. I like the small task in between the lectures that helps a lot in understanding the topics.

创建者 Roushan S

May 22, 2020

awesome course. One can do this to when they are a beginner. good course structure and awesome instructors

创建者 akshat k

Mar 6, 2020

Some more tough and mind challenging questions should be added. A little intro to competitive programming.

创建者 Dhruv K

Jun 4, 2019

all the content and exercises r awesome. I only found difficulty in last week bcz of English pronunciation

创建者 dheeraj p

Nov 10, 2017

all the topics were taught well and teachers are quite experienced and got to learn a lot from this course

创建者 vivek s

Sep 15, 2020

Amazing course , but if possible should include implementation of more searching and sorting algorithms.

创建者 Stephen K

Jul 6, 2020

Pretty interesting and challenging. Some algorithms were not explained with much clarity towards the end.

创建者 Haeeun P

Feb 17, 2019

강의의 편차가 있긴 하지만, 과제로 주어지는 문제가 난이도 별로 배치되어 있어 이를 통해 많이 배울 수 있습니다. 강의에 나온 내용을 구현하는 문제부터 응용하는 문제까지 골고루 있습니다.

创建者 Sumit K

Nov 20, 2016

The overall course was very good however the edit distance lectures were very fast to grasp the concepts

创建者 Ahmed T E

Dec 11, 2016

Very good course. It illustrates many algorithms using simple ways, short videos and readable material.

创建者 Faraz H

May 21, 2020

The level of assignment problems is very good. We can learn a lot from the completing the assignments.

创建者 VAIBHAV N

Apr 29, 2020

This course is really amazing. i am learning lots of algorithm and many new concepts with this course.

创建者 Joseph E

Apr 29, 2021

The Tutors did not pass the message well. I still had to consult youtube to fully grasp some concepts

创建者 Can R

Jun 12, 2018

instuctors no longer check the discussion boards. So it's a hassle to get the right answers sometimes

创建者 Raul P

Dec 30, 2020

It would be good if you have more examples in code like python or just numbers proving the algorithm

创建者 Atishay J

Aug 1, 2019

Nice course

good practice problems

awesome explanation

but is not language specific, may be good or bad

创建者 Sonya C

Nov 6, 2018

so presenters were hard difficult to understand; subtitles/closed caption didn't make sense at times

创建者 Sudiksha A

Jul 11, 2020

Practice questions were very helpful and explanation was also awesome.

Thank You very much coursera.

创建者 Deleted A

May 24, 2020

Graph Theory Algorithm is still not present hope the course will get updated with the graph theory.