Chevron Left
Back to Algorithmic Toolbox

Learner Reviews & Feedback for Algorithmic Toolbox by University of California San Diego

4.6
stars
12,518 ratings

About the Course

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

Top reviews

SG

Jan 20, 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 20, 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.

Filter by:

176 - 200 of 2,580 Reviews for Algorithmic Toolbox

By PRIYANSU D

Oct 26, 2023

Excellent course

By zhenyu w

Oct 20, 2023

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

By DEVARAKONDA H T D H T

Oct 1, 2023

simply awesome

By Aditya T

Jun 22, 2019

Excellent intro

By Lidia N

Jan 3, 2025

great course

By Chris M

Jul 3, 2024

Good Course~

By KRISHNA K S

Jul 5, 2019

Outstanding

By baglankyzy G

Oct 23, 2024

Gulminavar

By Abhishek G

Jul 12, 2019

excellent

By Sasank Y

Jan 1, 2024

Tough !

By Deepu G

Nov 22, 2024

good

By Aziz A

Aug 11, 2024

fire

By Pham L N T

Jul 6, 2024

good

By surya b

Oct 12, 2023

good

By Mashhood A S

Jun 15, 2019

good

By efb a

Nov 13, 2024

zor

By Otaboyev S

Oct 28, 2024

yes

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

By Omkar P

Feb 17, 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)

By 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

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

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

By Mengyong L

Sep 26, 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

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

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