Chevron Left
返回到 Algorithmic Toolbox

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

4.6
12,541 个评分

课程概述

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

热门审阅

SG

Jan 19, 2017

I liked the fact that the algorithms are not just the introductory searching and sorting algorithms. The assignments are fairly difficult (I have decent scripting experience), but not impossibly so.

BD

Jan 19, 2021

The course was really amazing which provided deep knowledge from basic to advance that how algorithms works and how to design algorithms. Thanks to all the expert teachers who taught in this course.

筛选依据:

176 - Algorithmic Toolbox 的 200 个评论(共 2,586 个)

创建者 PRIYANSU D

Oct 26, 2023

Excellent course

创建者 zhenyu w

Oct 19, 2023

一些中文字幕与视频内容不匹配。

创建者 DEVARAKONDA H T D H T

Oct 1, 2023

simply awesome

创建者 Aditya T

Jun 22, 2019

Excellent intro

创建者 Lidia N

Jan 3, 2025

great course

创建者 Chris M

Jul 2, 2024

Good Course~

创建者 KRISHNA K S

Jul 4, 2019

Outstanding

创建者 Baglankyzy G

Oct 23, 2024

Gulminavar

创建者 Abhishek G

Jul 12, 2019

excellent

创建者 Sasank Y

Jan 1, 2024

Tough !

创建者 Deepu G

Nov 22, 2024

good

创建者 Aziz A

Aug 11, 2024

fire

创建者 Pham L N T

Jul 6, 2024

good

创建者 surya b

Oct 12, 2023

good

创建者 Mashhood A S

Jun 14, 2019

good

创建者 efb a

Nov 12, 2024

zor

创建者 Otaboyev S

Oct 28, 2024

yes

创建者 Oleh H

Aug 14, 2022

This course requires a solid understanding of basic algorithms to be able to solve programming assignments. It wasn't clear why this course is the first in this specialization as seems like Dynamic Programming is a more advanced topic than those discussed in the second course in this specialization.

I disagree with the idea of not sharing test cases as some edge cases are super hard to be noticed on your own and sometimes just by examining a test case, one may understand the problem. But instead, one may be disoriented after getting a "wrong answer" without any other hints.

创建者 Omkar P

Feb 16, 2021

the over all course is excellent but the last weeks (dynamic programming week) is hard to understand. make deep dive videos tutorial on dynamic programming specially <Longest common sub-sequence> and <edit distance between two strings> my experience for this weeks is not to good. my rating for the Dynamic Programming week is ** / ***** (2 star out of 5)

创建者 Santiago P R

Sep 13, 2020

The course subjects are nice, and the problems are interesting, I only have a couple of issues. Dynamic Programming issues are poorly covered, not as the rest of the topics, and sometimes you struggle more with language-specific caveats than the problem itself, definitely, the programming language options should be wider

创建者 Moaaz

Mar 17, 2019

The course content is really great. It helps with learning algorithms in a very neat and organised way.

However, the grading system is little bit hard to use. It is not interactive by any means and breaks sometimes with changing behavior.

创建者 Oved D

Jun 26, 2022

I liked the possibility to submit Python programs and get evaluated.

Sometime the reply was just "wrong answer", which is not helpful.

Also, the lecturers work too fast on new concepts, which make the lectures hard to follow.

创建者 Mengyong L

Sep 25, 2020

Pretty good, lots of good practice but it gets extremely difficult later in the course. And since this is just the first course of the specialization, I think this specialization is going to be tough as hell

创建者 Prabhuyadav P

Oct 24, 2018

language of professor in a dynamic programming part 1 is tough to understand and makes he concept even harder to understand through videos.(this is only for week5)

创建者 Akshay M

Sep 13, 2020

Course tends to get really difficult in the dynamic programming weeks but nonetheless it is very carefully crafted for maximum clarity of concepts.