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:

2451 - 2475 of 2,563 Reviews for Algorithmic Toolbox

By Kuldeep G

•

Aug 23, 2020

I think that video lectures can be made more detailed.

By Dmitry B

•

Jul 4, 2021

Assigments not obvious and need additional research

By Kaveh F

•

Jan 23, 2021

Assignments are full of bugs, especially in Golang.

By Aru S

•

Dec 14, 2020

only issue is with uploading programs. rest is okay

By Sahil R

•

Dec 4, 2020

Teaching style is old and boring but covers content

By Alakesh B

•

Jul 27, 2020

Weeks 5 and 6 were a nightmare. Very poorly taught.

By Utkarsh G

•

Dec 8, 2020

from divide and conquere the course become borring

By UTKARSH K

•

Nov 6, 2021

There should have been more topics in the course.

By Rishi V R

•

Jul 6, 2020

More clear explanation with examples are needed

By Jayakumari M

•

Mar 4, 2020

Few videos in week 6 are not loading properly.

By siddhartha b

•

Jun 5, 2020

I learned a lot with the help of this course.

By Sanatan S

•

Jun 29, 2020

An okay course, a bit less implementative.

By GUDLA M S 1

•

Jun 6, 2020

the teachers were good and explaining well

By Neil R

•

Nov 5, 2020

I didn't get anything after the 2nd week

By Apurv A S

•

Apr 5, 2020

The assignment questions were very tough

By LOKESH T

•

Aug 5, 2022

Dynamic need to be explained properly

By HARSH S G

•

Jul 31, 2020

Can be made a bit easy to understand.

By Sawan P

•

Jun 29, 2020

Video Explaination should be improved

By AARJESH R

•

Sep 2, 2021

Explanation could have been better.

By Jitendra S

•

Aug 13, 2017

Need to more practise question

By Bijoy D

•

Jun 15, 2020

explanations are not so good

By Nicolas E

•

Oct 26, 2016

A little light on the theory

By Aryan V

•

Jul 7, 2019

subtitle donot work on pc

By Alan Z

•

May 17, 2018

Not well designed course

By aparna b

•

Jun 26, 2021

a good source to learn