Chevron Left
Back to Algorithmic Toolbox

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

4.6
stars
12,417 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:

2501 - 2525 of 2,560 Reviews for Algorithmic Toolbox

By Sammya M

•

Jun 3, 2020

Explanations are unnecessarily confusing and of very poor quality especially from week 5. One already has to be an expert in algorithms before taking this course.

By KISHOR

•

Dec 14, 2020

This courser does not give a good explanation of the topics specified in the course syllabus.

Without good resources it is very difficult to solve the problems .

By Sulthan k

•

Apr 25, 2020

The language of the lecturer is soo noisy and can't understand the words.

After Listening to the first lecture itself I'm unenrolling from the course.

By M A N

•

Jul 10, 2023

It's hard to follow, definitely not for beginners. But I have learned a lot of stuff about about different algorithms and BIG O notation.

By Diego J

•

May 4, 2016

Feedback in assignment is not good enough.

For example, for the points and segment, there are no correct answer in output as a reference.

By saksham s

•

Dec 30, 2020

Teachers and faculties are not very good at explanation. Moreover all of them had boring faces like they are not interested to teach us.

By Amit B

•

Sep 19, 2020

The content should be more beginner friendly. It quickly transitions pace to intermediate level. I found week 3 to 5 very difficult.

By kamal

•

Nov 16, 2017

The programming technique - like DP, Greedy could have been better. I had to go to other website to better understand the concepts.

By Alberto N

•

Jul 8, 2021

Poorly explanied in half of the course like Dynamic Programming, and all Pavel parts exluding the Change Problem

By José L S

•

Dec 16, 2021

Course was not clearly explained. I had difficulty following along with the course materials.

By Jian W

•

Aug 20, 2019

Some Algorithm are not clear, and the homework submission system is not friendly at all!

By Bhushan N

•

May 14, 2021

Things are just too complicated. Course could have easily been made easy to understand.

By Sonia R

•

Jul 15, 2017

Teaching technique can be better and more interesting. Not so suitable for beginners.

By Ahmed M

•

Jun 6, 2020

Was useful to week 4

after that the explanation of the algorithms became very poor

By Sakib A K

•

Aug 21, 2020

Need To improve more about clearing the topics and also the assignment.

By Josh M

•

Sep 17, 2024

not intuitive or helpful as to how to get started in the compiler

By SHREYASH

•

Jul 11, 2021

Videos are not sufficient to clear all the assignment problems.

By salman k

•

Apr 11, 2020

The course is not very specific for my subjects .

By Ananth

•

May 22, 2020

I genuinly couldn't follow it,Sorry!!!!!!!!!!!!!

By Manthan P

•

Apr 18, 2022

Too fast explanations in DP section

By S T

•

Aug 13, 2020

it's very hard

By Israa A

•

Aug 22, 2024

not very good

By Bradley S

•

Sep 27, 2022

outdated

By Emad E D A T

•

Oct 25, 2021

not good

By Adam L

•

Mar 31, 2023

Great material terrible support.

The course material is top notch, the teachers are good the course is concise and on topic and the assessments are well targeted and interesting. So what's my problem? It's the terrible automatic review system and the non-existent educator support.

I using rust for this course as it's a language I like and being low-level it's relatively well suited to this kind of thing. However, rust is a language which heavily embraces external crates (libraries for most other languages) and therefore sometimes crates are needed for even relatively simple things. In this instance I needed a crate to help me sort f64 values (it is possible without the crate but it's quite a faff). I therefore put a message in to asking about how to use external crates as the system doesn't seem to allow it. After a month and two support tickets with Coursera (both times with their representatives contacting the Educators) I have still yet to hear a reply.

Having done a bit of digging, only one of their educators has ever replied to a discussion (he has 708 replies total which is extremely few considering 300,000 people are enrolled and the specialisation has 6 modules) and he has no recent replied.

As an additional point the automatic grader does not appear to be being maintained. In one instance my code failed to compile because it contained the .split_once() function. This function was to the language added in May 2021 meaning that at a minimum the rust compiler they are using is almost two years out of date.