• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online Degrees
  • Careers
  • Log In
  • Join for Free
    Coursera
    Chevron Left
    Back to Algorithmic Toolbox

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

    Filled StarFilled StarFilled StarFilled StarHalf Faded Star
    4.6
    stars
    12,522 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

    BD

    Jan 20, 2021

    Filled StarFilled StarFilled StarFilled StarFilled Star

    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.

    SG

    Jan 20, 2017

    Filled StarFilled StarFilled StarFilled StarFilled Star

    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.

    Filter by:

    126 - 150 of 2,583 Reviews for Algorithmic Toolbox

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By WENBO M

    •

    Aug 16, 2017

    Really great course for an introduction to greedy, divide-and-conquer and dynamic programming techniques. Programming assignments are challenging for beginners but are really helpful for mastering the concept and materials. Referenced materials are useful to understand the concepts when listening to lectures is not enough.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Adib C

    •

    Jan 28, 2018

    This course gave me a great refresher on algorithms concepts learned in college. The lectures were clear and explained complex issues in a straightforward and step-by-step manner. I also enjoyed the programming assignments: they were challenging enough to make me think, but not so hard as to take up many hours of my time.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By PRABHAT S

    •

    Mar 19, 2020

    I really want to thank the whole community of coursera to avail me such a great opportunity to get introduce and to be much more familiar with the content of algorithmic toolbox.it helps me to push up my rank in competitive coding contest.Now I am more confident than before at programming.

    THANKS to all coursera family.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Maxime L

    •

    Aug 1, 2016

    Great to lay out the basis of algorithms. Very descriptive and progressive. I enjoyed all the exercises that helped understanding and implementing all the concepts explained in this course.

    It is also worth mentioning that, towards the end, they offer more advanced algorithms to challenge your newly acquired knowledge.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By David F

    •

    Jan 30, 2017

    Awesome course - one of my favorites I've done on Coursera. It's thorough yet clear. I also like that you can pass the course just by implementing the algorithms as shown in the lectures, but then each assignment has multiple additional problems which challenge you to think for yourself. Really great course design!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Manav S

    •

    Mar 31, 2016

    Currently in my Week 2 of the Course and I have to say I absolutely enjoyed Week 1! My expectations are now even higher for week 2 and further. A great introduction to a critical topic and the best part was that I found myself completely involved to the course until I successfully submitted my assignment. Cheers!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Abdul S

    •

    Sep 22, 2019

    The only thing I want to say is that the course was amazing, really amazing . Professors delivered their lectures in a perfect way that it should be delivered. Moreover, I enjoyed this course a lot and learned a lot . And I am also looking forward to be the part of coursera to improve my skills by doing courses.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Utkarsh R

    •

    Dec 2, 2019

    This course is really made and teachers have really well explained the topics in detail. However, some of the topics taught doesn't feel that friendly for beginners. Questions given in assignments are really well put and will compel someone to think out of the box if someone is not familiar with the problem.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By ZUsas

    •

    Jun 11, 2017

    Superb course.

    I wish the test-cases were more "open". At least SOME of them.

    Many times, we felt "blindfolded" and penalised for really no fault in our actual algorithms.

    Still, amazing course, great faculty, simplified introductions combined with advanced problems for the really capable.

    Great mix! Keep it up!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Ryan E

    •

    Aug 25, 2017

    I thoroughly enjoyed this introduction to algorithms. It covers measuring the efficiency of algorithms in general, and an introduction to the Greedy, Divide-and-Conquer, and Dynamic Programming approaches. It is a fun, and clear, with helpful hints and responsive mentors to be found in the discussion forums

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By A.Bashar E

    •

    Jul 28, 2017

    Very good course especially for competitive programmers. Not like other courses on design algorithms which focus on teaching stander algorithms. This course focus on improving the ability to design and create new algorithms to solve real life problems which makes it prefect for competitive programmers.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Bothayna S

    •

    Oct 21, 2017

    I have benefited a lot from this course. It helped me understand concepts in Algorithms that are new to me in a very efficient way. Also, the assignments and quizzes were very useful in helping me better understand the content of the course. Looking forward to completing the rest of the specialization!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Liang T

    •

    Sep 1, 2018

    A good course for those who want to start to learn algorithms, the test cases are well-designed. If you would like to pass all the assignment with 100 % grade, be careful about the corner cases. Thinking those corner cases could really help you learn how to test your designed algorithms efficiently.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Suchit A

    •

    Jan 2, 2020

    This course helped me in building up the basic concepts of the various programming methods. The assignments for each week are really helpful and of increasing difficulty. I really had a great time solving those as they helped me improve my efficiency. Overall, this course was a wonderful experience!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Ayush T

    •

    Oct 19, 2017

    This is really an important course for anyone who wants to improve their programming skills. The way in which concepts are taught make it very easy to remember in future. All the problems which were given are challenging . Due to this i developed a habit to solve a single problem by multiple ways.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Aditya P

    •

    Mar 3, 2018

    The content of this course is pretty good, but most importantly the assignments are structured in a good way with just the right number of 'easy/medium' questions for a beginner to pass. The 'challenging' questions are not essential to pass the course, but thinking is essential to solve them.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Jing M

    •

    Sep 18, 2017

    This course is really well designed and is quite friendly for beginners. The assignment after each topic also helps to improve the understanding of the lecture. But i think it would be better for the learners to share their codes to understand other's problems as well as to improve their own.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Gaurav S

    •

    Nov 1, 2020

    Very good course, all the problems are well designed to test your critical thinking skills and there's pretty good and detailed conceptual stuff but not more than needed to make you nearly a pro.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Vineet N

    •

    Jan 26, 2025

    This is a difficult course and will make you want to drop out. But keep pushing, take help from forums and resources and i am sure at the end you will feel lot more confident. Enjoy the grind!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Harshit G

    •

    Jul 3, 2020

    Best course ever I had ever done before .It gave me a lot of confidence and experience and also the major thing in this is that I learnt how i have to tackle with questions

    THANK YOU SO MUCH

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Jaideep R K

    •

    Nov 1, 2023

    Tough course but very worth it. Solving these hard assignments made my everyday work feel easier, which is a good thing and a sign of improvement.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Dennis S

    •

    Mar 24, 2024

    some failed cases do not give exact example where failure occurs (I think week 4 or week3). This needs to be improved, otherwise cannot debug.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Suvam M

    •

    Apr 14, 2024

    It was a very good experience, and I learned a lot from this course. I highly recommend it to everyone; please consider enrolling.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Thejus U P

    •

    Jul 6, 2020

    Good course to learn the fundamentals of algorithms and techniques to approach commonly asked interview questions.

    • Chevron Left
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • ...
    • 104
    • Chevron Right

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Manage Cookie Preferences
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok
    Coursera

    Welcome back

    ​
    Your password is hidden
    ​

    or

    New to Coursera?


    Having trouble logging in? Learner help center

    This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.