Chevron Left
Back to Algorithmic Toolbox

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

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

KT

Invalid date

I am thankful to Coursera and all the professors who taught this course.

This course helps me to understand all basics of algorithm. Looking forward to use my knowledge which I gained from this.

AK

Invalid date

good course, I like the fact you can use a lot of languages for you programming exercises, the content is really helpful, I would like to have more indications from the grading system to save time.

Filter by:

226 - 250 of 2,556 Reviews for Algorithmic Toolbox

By Đông L V

Jul 13, 2021

The Algorithm Toolbox provides a foundation for skill development. Theory exercise is a game that illustrates the algorithm you are learning. In the weekly exercises, the first exercises will be easy and the difficulty will increase gradually. As you study this course, you will have a solid foundation to progress to the next level.

By Abhishek R S

Aug 21, 2020

I thank coursera . great tutors and the doubt solvers who consistently helped me with lectures and discussion forums and also for helping me enhancing my skills specially on recursion and dynamic programming.

I strongly recommend everyone to take this course who is thinking to dive in the pool of data-structures and algorithms.

By Roshana I

Jun 13, 2024

The Algorithmic Toolbox is a very good course for those who need to learn about different algorithmic techniques like dynamic programming, greedy algorithms, and divide-and-conquer techniques. Of course, this is not for complete beginners who have just learned a programming language; you need some computational thinking skills.

By MARCELLO M

Jun 11, 2020

I teach CS in High School. I have a degree in Maths, so I never had formal, deep teaching in Algorithms - did it all by myself. In this course I learned a lot of things that I did not know, and some I never imagined they existed! I intend to reause some materials with my pupils next year! Thank you very much.

By VIKAS K D

Aug 3, 2022

One of the best course for begginers to learn algorithms. Practice questions and assignments in this course are standard so there are high chances of questions related to them get asked in interview. One of the best thing about this course is that they didn't use any perticular language to code algorithms.

By Muhammad Y

Mar 29, 2020

This Course contains challenging assignments to solve, that makes the concept is more clear to understand, but I do not like when instructors are explaining the algorithm on pseudo-code only, if there is virtualization for how the algorithm works, this will make the concept is easy to understand and apply.

By Rangey R

Jul 4, 2021

Great Course.Only thing I didn't like was the submission UI.As I was submitting problem one by one.It was difficult to check if my latest submission was accepted since all the past submissions as well as other submissions also displayed. Also would have loved colored or symbol to show submission verdict.

By Jairo L D A

Jul 22, 2023

It is a rather hard course, but the topic itself is not known to be easy, anyways. The structure of the programming assignments, auto graded by secret tests, is very good. Also fits will with the coursera new VSCode IDE virtual environment, that is perfect to develop, run and test the assignments codes.

By Samuel G

Nov 4, 2020

If you like to write/read pseudo-code, write programs, debug programs, and puzzle out solutions to interesting problems, then this is the class for you. I had an absolute blast in this class and I'd take it again just for fun. It's as good as any video game, and maybe a little better. 5 Stars, for sure.

By Princekumar M

Jun 27, 2020

It was a really amazing experience of learning on coursera. I'll surely suggest my friends to learn from this platform.

I have learned various approaches to solve a programming problem such as greedy, divide and conquer, dynamic programming and their time and space complexity as well and stress testing.

By Firas Y

Dec 6, 2020

That was very helpful, the courses are very well articulated by great professors and I appreciate that. I think I improved a lot in some areas like debugging, testing and the divide and conquer algorithms, while I learned something new like dynamic programming, which I wanted to learn for a long time.

By Aditya A S

Aug 29, 2020

Exceptional course. The approach to problems are smooth, the algorithms having arrays are for some reason indexed from 1 and not 0, as if it matters, but it did somehow successfully troubled me xp. But overall all the algorithms are small, and complex enough to stress your nights.

-AdiTOSH007/YouTube

By Aviral A

Jun 10, 2020

Very well structured course, with great assignments. The teaching staff if very helpful and active on the forums. Just one feedback, I would appreciate if at the end of each week there were links to some practice problems (on any platform or website) to further strengthen and develop the concepts.

By Drumil M

Nov 14, 2016

Instructors are perfect. The course is intense and not easy. But the way the concepts are taught is very lucid. One of the best courses on coursera. I am leading my way to the specialization. Again, the instructors are really great. The assignments are the best part of this course. Must take.

By Neil S

Aug 5, 2020

A challenging but rewarding course. Not reccomended for beginners. Be sure to have a confident grasp of control flow statements and programming logic.

As a beginner, some problems took me many hours to solve.

I highly reccomend for people who have never been introduced to Algorithims before.

By Andrew T

Oct 27, 2017

I really like this course and I have learned many new and interesting things. I think a good improvement may be a little more examples of real life problems which can/should and should not be solved using provided algorithms/methodologies... I plan to continue specialization a little later.

By Vivek S

Mar 16, 2020

This course is one of the best course to learn and understand the algorithms and why they are important to understand. The instructors were great and their way of teaching was just perfect. Plus the assignments were very interesting and gave very insightful knowledge on various algorithms.

By Akshay N

Dec 15, 2019

Excellent course. Good introduction to algorithms with minimal theory and strong focus on implementation. The problems are not trivial, require loads of time and they will really test your understanding of the material which is covered well in some places and not so well in other places.

By M A

Aug 19, 2020

A balance between coding and math, this course introduces me to concept such as recursion, greedy algorithm, divide and conquer, and dynamic programming. I am an Aerospace student but I am benefited by taking this course because it helps me make more optimal computation scheme for CFD.

By Samyak J

Jul 27, 2019

Highly recommended for everyone from starters to advance coders. Focuses on the core concepts of solving a problem and provides the general solution. End of week assignments proves to be very useful and only after one understand the concepts and crack the problems, can he move forward.

By Hemu A

Sep 14, 2017

Lectures are very clear, well organized. Mini quiz questions were designed extremely well. They actually make you think about what you were just presented, rather than just asking you to spit back out what you heard. Programming assignments are great too for same reason. Awesome class!

By Amandeep

May 17, 2021

Loved it. The problems are really great and amazing. Especially the dynamic programming section. The best thing is the satisfaction you get after solving a problem. Those hours spent of debugging the code was worth it. Loved the course, course structure and the amazing instructors.

By BANOTHU R

Aug 18, 2020

The Assignment questions are tough and little bit easy and at the same time really interesting. I just enjoyed doing all the six week assignments. I hope the concepts I learned may help me for my future. Thank you so much Coursera for your efforts to make us to learn new concepts .

By Vibhanshu G

Jul 26, 2020

It's definitely a great course for people just starting their journey in algorithms field. I thoroughly enjoyed every problem and working my way through them gave me insights on how to approach a problem and test the algorithms.

Instructors' guidance were greatly appreciated!

Thanks.

By Yash S N

Oct 31, 2019

This was an excellent course with excellent mentors. Since I am and Electronics Engineering grad, I thought it would be very difficult, but indeed it is not. I have been to other courses in Coursera on Algorithms and so far, this according to me is the best one ever. Thanks UCSD.