Chevron Left
Back to Algorithmic Toolbox

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

4.6
stars
12,460 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 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.

Filter by:

1976 - 2000 of 2,565 Reviews for Algorithmic Toolbox

By Maziar M

Apr 17, 2018

The assignment are perfect. They are comprehensive and pretty challenging. Although, I believe the lectures could be a little bit better organized. Specially the last two weeks.

By Animesh S

May 12, 2021

According to me the course is obviously preety good as the mentors clears the ambiguity that a programmer has while acting on DSA and overall the experience was really awsome.

By Prasanth K

Apr 3, 2018

The Assignments and the Syllabus are Good. But The explanation of the faculty is not that great. You would need to read external material to better understand whats happening

By Andrey G

Sep 11, 2016

Понравились задачи и освещенные темы. Для работающих людей график сдач очень жесткий. Хочется успеть решить все задачи, но банально не хватает времени из-за дневной нагрузки.

By Shubham P

Sep 9, 2020

The course provides with impressive problems and guidance. A must for anyone learning algorithms. Though it is a bit hard for beginners but giving it a try is the best idea.

By Chirag J

Apr 20, 2020

Course content can be improved. Week 3 starting video lectures are very hard to understand. The Instructor himself not able to memorize that what he is teaching to students.

By Lokesh

Sep 20, 2020

Its an amazing course ,covers many of basic algorithms.I would surely recommend this course if you are just beginning in the field of algorithms or competitive programming.

By Sagar K

Aug 9, 2020

The course was fun and the problems are really amazing, it is well structured as starting of the course is bit easy and then the toughness of programming question increase.

By Ping Z

Nov 18, 2019

I dont think anyone can keep up with the explanation of DP pseudocode, ironically went to watch youtube videos instead for explanation of code. Good course other than that.

By Mehmet S

Jan 27, 2019

Everything is good, except the test cases in the assignments are not given. It takes a while to debug without test cases. At least we should be given the failing test case.

By Menachem H

Apr 3, 2017

Not well explained. Do read the resources and spend time on YouTube and stack overflow to understand the concepts. Otherwise definetly a challenge and an interesting course

By CHITRESH K

Aug 21, 2017

Nicely explained , enough for solving the assignments. Good for understanding various techniques used in solving different and almost all possible problems efficiently.

By RITIK V

Apr 20, 2020

The course is overall good with lots of info but the explanation is little bit less in my

opinion and its not that easy to tackle . But at the end you will learn a lot.

By Kushal A

Jul 3, 2016

The course material is very good indeed, but some of the instructors were somewhat difficult to understand because of strong accents. Subtitles were largely inaccurate.

By Arpit V

Feb 13, 2019

The practice question helps with solidifying the understanding.

1 star less, as this could be improved by giving dry run of as an example for algorithm implementation.

By Jan R

Aug 22, 2017

Course content generally was interesting, though explanations were sometimes hard to follow. Slides could contain more information to make the matter easier to grasp.

By Ramandeep S

Aug 25, 2018

Some instructor's accents were sometimes confusing, and the subtitles weren't good enough, but everything else was splendind and the exercises were well-thought-out.

By jeyan s

Jul 9, 2020

learnt a lot new and challenging, but quite complex to understand several concept with the lectures need some additional exploration for the complete understanding.

By Shangqun y

Jun 30, 2017

Overall, the course is good, the programing problem is challenging, demanding a lot of thinking. I hope the explanation of the algorithmic can be more clear though.

By AVIK S

Jul 1, 2020

It is a little difficult for beginners but worth it. This course helped me understand the basics of algorithms. Should do this if anyone wants to learn algorithms.

By Mạnh K

Jun 22, 2022

This course has given me so much knowledge of algorithms, it served me well as a foundational course. I would love to recommend this course to my college friends.

By Daniele P

Aug 14, 2016

I learned a lot in this course and it was sufficiently challenging. My only qualm was that some of the pseudo-code was hard to understand and slightly misleading.

By Davide S

Nov 18, 2021

Aside from not-so-descriptive assignments and poor explanation of dynamic algorithms, overall a nice inclusive course. Particularly appreciated Alexander Kulikov

By 张艺谙

Oct 30, 2019

Most of the lessons are useful, but some parts are not much clear for me, so that I need to find some other materials.

The programming exercises are challenging.

By Ahmad W

Oct 26, 2020

Course problems,examples and assignments are perfect while the instructors way is boring and can not give you the whole idea you have to look at another sources