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

热门审阅

VN

Jan 25, 2025

This is a difficult course and will make you want to drop out. But keep pushing, take help from forums and resources and i am sure at the end you will feel lot more confident. Enjoy the grind!

AG

Feb 18, 2018

best course for clearing basics of algorithms as well as learning by doing and blow your mind by thinking hard from different prospectives to get desired solutions of programming assignments ...

筛选依据:

926 - Algorithmic Toolbox 的 950 个评论(共 2,592 个)

创建者 Yu D

Mar 1, 2020

very good lessons, a little changllenge for me, especially last lectures

创建者 Adithya v

Oct 6, 2019

could give an example on how to write the algorithm on a coding language

创建者 Manish S

Jul 14, 2019

awesome experience with the coursera and the course quality are extreme.

创建者 Aayush R

Aug 27, 2018

Best Algorithm Course. A basic idea for getting started with algorithms.

创建者 Vishal M

Jun 4, 2017

Very well structured content that isn't too overwhelming for a beginner.

创建者 Salsabila J

Mar 29, 2016

great leacture! thank you

and keep it free for video except certification

创建者 AASHISH C S

Jun 4, 2021

Awesome! Cleared all my concepts on algorithms: from basic to advanced.

创建者 Edgar S P D

Feb 20, 2021

It's a very nice course, I've learned a lot from it and the mentors are

创建者 Kingsley A

Dec 30, 2020

In summary, this really demanding Course makes you a better programmer.

创建者 VIKASH K P

Aug 19, 2020

This course is good for one who want to learn the basic concept of dsa.

创建者 mohned m

Aug 8, 2019

course assignments are difficult and interesting I enjoyed solving them

创建者 Jenya L

Dec 2, 2017

This was a great course, special thanks for well organized assignments.

创建者 Leander P

Jan 26, 2017

Pretty good course and refresher. Enjoyed working through the problems.

创建者 Ritul K

Apr 24, 2021

This Course Is very Use full and also learn deep concept of algorithm.

创建者 Mahmoud K

Dec 27, 2020

It was a a very informative course , the assignment system was amazing

创建者 Nguyen Q T

Oct 18, 2020

This course is very perfect that make me easy to capture all knowlegde

创建者 JAIMIS M

Aug 29, 2020

This course was very interesting and help me to understand algorithms.

创建者 NABIN N

Jun 25, 2020

A nice learning experience along with fabulous practice of algorithms.

创建者 Kirill B

Apr 6, 2019

Very nice introduction to algorithms and O-notation! Highly recommend!

创建者 Pragya V

Jul 22, 2018

This course was really helping for me as i got to learn a lot from it.

创建者 Jatin S

May 19, 2017

Best Course for clearing basics of DS and Algorithms. A must do Course

创建者 Xi Y

Jul 21, 2016

Learned a lot.

The notions of testing and debugging really inspired me.

创建者 ekpe s

Mar 5, 2016

Really Great for any serious developer who is willing to break grounds

创建者 Mitanshu G

Apr 11, 2021

This course helped me to structurize my learning in an efficient way.

创建者 Venkata L M

Feb 17, 2021

Very good course for thinking because it contains mostly applications