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.

筛选依据:

2026 - Algorithmic Toolbox 的 2050 个评论(共 2,592 个)

创建者 Pankaj K

Nov 11, 2019

Week 6 of the course is little bit hard as compare to the initial weeks and the rate of increment of difficulty is high in the last part of the course.

创建者 Ryan C

May 11, 2019

Highly informative, touching on all the key areas while remaining succinct. Problem sets were excellent – only suggestion would be to add more of them.

创建者 kapil r

Aug 29, 2020

The assignments are really hard as hell especially of dynamic programming. After 4th week , i had really a hard time understanding even the lectures.

创建者 Syed S A

Apr 23, 2020

The course will make you stronger in programming ever, as it will make you focus on time and space complexity and focuses on thinking out of the box.

创建者 islam s

Jun 9, 2022

realy enjoyed this course maybe it will be hard if you come from a non math background you need to know proofs and algebra before deep in the course

创建者 Sidharth S

Jul 1, 2016

The full course should be available with the assignments for the non payers. Only the certificate of this should be provided to those who have paid.

创建者 Dhadi S K

Sep 24, 2020

its good enough to give better understanding of how to approach the different types of problems and solve using some of the algorithmic techniques.

创建者 hridyesh s b

Sep 2, 2020

Hi, the course was really good but you could emphasis more on content from week 5 and 6. I fell it was a bit short to solve the problem statements.

创建者 Diego S

Nov 15, 2019

The coding challenges are incredibly valuable. Would have liked a bit more in depth mathematical explanations for the Dynamic Programming sections.

创建者 shashwat p

Sep 11, 2020

It is hard and best course as well, it took a lot hard work to come with algorithm. Problems with recursive approach was hard to debug/implement.

创建者 mohab m

Apr 4, 2016

the content if very good, but lecturers are terrible. you better read slides and read any book you like. watching their videos it wast of time.

创建者 Abhijeet K

Apr 3, 2016

Good course.But I wish there was a final assignment which covered all the weeks like a module exam to revise what we have learnt in all 4 weeks

创建者 Mykola D

Mar 26, 2018

I like the course. I've learned a lot of new things. However, I felt like I needed more detailed info and more examples on some of the topics.

创建者 Ravi K

Jul 15, 2018

Great course. Problems were quite fun. Would appreciate more if the recommended book was supplied with course instead of buying it separately

创建者 itamar G

Dec 18, 2022

Great course! strurctured nicely. I found it quite good that one can choose from a variety of languages to work on the different assignments

创建者 Andrei K

Aug 30, 2022

I think it would be nice if the course would have more resources and references to the related problems, algorythmic and math books/articles

创建者 Avish W

Sep 11, 2021

This is very helpful course for beginners , covering a lot of content and assignments are limited and very good covering majority of things.

创建者 Devang G

Aug 25, 2021

superb assignments are given

if you will do your assignment honestly then surely you can do much better in field of competitive programming.

创建者 David A V

Jul 9, 2020

Buenos ejercicios y explicaciones, algunas clases están sin subtitulos pero solo informarse mas del tema para poder resolver los ejercicios.

创建者 Shubham P

May 24, 2020

This course was really helpful for me to enhance my knowledge. Assignments were the best part of this course and that builds the confidence!

创建者 Joseph W

Feb 11, 2017

Great course to follow along, I love how the homework assignments have the input template already in place so you can focus on the algorithm

创建者 Arkin S

Jan 17, 2021

Some issues with the grader on occasion, and the dynamic programming knapsack problems can be explained better, but otherwise a solid 4/5.

创建者 Pankaj K

Jun 23, 2020

The content is not enough and very less. And I understand for an online course this is enough, I had to refer external sources many times.

创建者 Rashim N T

Aug 8, 2019

It is REALLY informative, but Assignments are VERY challenging. Sometimes instructor are difficult to understand but nevertheless amazing.

创建者 Mr. B P R

May 29, 2018

It is a challenging course. The mentors have presented the concepts in a good way.The approach of designing algorithms is well understood.