IO
Jan 20, 2018
Pretty challenging course, but very good. Having a book is a must (at least it was for me), video lectures complement book nicely, and some topics are explained better in the Algorithms, 4th ed. book.
MS
Feb 27, 2021
Essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations.
By Guru K
•Jan 5, 2018
Excellent course for those who are interested in improving their algorithmic thinking and programming skills. The topics covered in this course and the programming assignments not only challenged my programming skills, but renewed my confidence level to face any complex programming challenges.
By Esa H
•Jun 22, 2020
Although I'm an experienced programmers, I benefit a lot from this course. the way that each algorithm and problem described is very straight forward. I have completed Algorithm 1 and this course and now I understand a vast amount of underlying algorithms that power today software and tools.
By Jae N
•Jul 7, 2020
The instructor, Professor Sedgewick is excellent. Despite his low key approach, he nevertheless manages to exude enthusiasm for the dry subject matter. In addition, the assignments were excellent and challenging. I learned a lot from this course and I had fun doing the assignments.
By ravi g
•Jan 26, 2024
this journey from algorithm 1 to algorithm 2 is remarkable for me, and help me to understand the basic to advance knowledge of data structure and algorithm. and i can say now i confidently solve the problems whilch i face in future because where there is will, there is way.
By Kevin J
•Jul 21, 2020
Great Course which teaches you the fundamentals of many graph, string-processing, and other algorithms. I would recommend you take part I first. I found the material interesting, and this course definitely gets me interested in studying more algorithmic theory and design.
By Son N D
•Jan 5, 2019
Great course! You're going to learn about algorithms and data structures for graph and string processing. The programming assignments are really interesting and is an important part of the course. You need some familiarity with Java and the course's Java library though.
By David A G
•Mar 14, 2023
The material taught in the course was excellent. The level of difficulty of the assignments was high enough that it allowed me to approach each of them in various ways, thus taking my programming skills to a higher level than I had before I started the course.
By Roger B
•Jun 15, 2020
This and Algoriths, Part I are excellent courses! The lectures are clear, the exercises are challenging and rewarding. Even though a software engineer for several decades, I learnt so much. I think many in this industry would benefit from these courses.
By Michaelbear
•Sep 20, 2019
This is a wonderful class which walks you through the every basic and crucial concepts of the algorithms and data structure. Really helpful! I'd recommend this course to anyone who wants to have a profound understanding of computer science.
By Hongcheng C
•Jan 15, 2018
Very clear explanation
Great auxiliary materials, including programming tasks&specs&testing/evaluation environments, online documents/codes of libs, and the GREAT BOOK
Timely feedback during videos and after submissions of 'homework'
By Alex O
•Aug 20, 2020
Great course! Had so much fun doing programming assignments. Take your time to visualize the task and write your own unit tests, at least for the simplest cases. That will greatly increase your understanding and productivity.
By Andrew H
•Nov 25, 2019
Sometimes the homework assignments made me want to give up on the course and move on, but I have realized that I have become a better programmer than before and the homework really stretched my problem solving skills
By Dmitry D
•Nov 8, 2020
The course is great! I like algorithms, presented in the course, and all the programming assignments. Special thanks to people who developed the tests and the grader for the detailed and well-understandable feedback
By Guibao W
•Aug 16, 2019
The ideas are clear and inspiring, the courseware well designed, the programming assignments educational. There are technical interview questions in each section, so definitely needed for fresh job candidates:-)
By Gevorg M
•Jun 7, 2020
Very nice course covering a range of important algorithms and concepts. Well paced and right amount of challenging, interview questions are spectacular, and some of the assignments are very interesting.
By Sehrob I
•May 21, 2020
This was a fantastic material and for free! So, thanks so much prof. Robert Sedgwick for this invaluable lessons and many thanks Coursera guys for the opportunity! I'm happy I've found these courses.
By Peter D
•Jan 9, 2024
This is a wonderful course that will truly transform your understanding of Algorithms! The content is communicated in a clear and concise manner, and the assignments provide robust feedback!
By Xiaoyu Z
•Feb 8, 2020
As always, I learned a lot from the courses from Professor Robert. Really great course, and I would like to recommend to anyone who is interested in programming neatly and elegantly.
By Nur C
•Feb 21, 2018
Really great course, assignments are on point not too hard not too easy, i just wish that we had more courses like this, congratulations to Robert, Kevin and the staff well done.
By Potter
•Sep 26, 2019
After learning this course, I found I was never learnt to write a meaningful program before. You let me to think in different way with a more broaden horizon. Thank you all !
By Hongsun K
•Mar 5, 2020
This was a great overview of more advanced algorithms, and I also got to prep for interviews and use concepts in actual work. The theory at the end was very helpful as well
By Bank E
•Oct 19, 2020
The exercise, while is very hard, is very well-prepared and selected for students to understand and appreciate the algorithm. The explanation is descriptive and detailed.
By 陈泓宇
•Jan 26, 2023
This course provided we with detailed and vivid teaching class , challenging interview questions and practical hands-on labs, which really enhance my algorithmic ability
By Erik U
•Jun 9, 2021
Another great course and perfect follow-up to Algorithms Part 1. I liked that we used the algorithms built in the first part to make other powerful algorithms and tools.