This is a great class. I learned / re-learned a ton. The assignments were challenge and left a definite feel of accomplishment. The programming environment and automated grading system were excellent.
Incredible learning experience. Every programmer in industry should take this course if only to dispel the idea that with the advent of cloud computing exponential algorithms can still ruin your day!
автор: Gitesh C
•One of the few online courses that gives Java implementation as well with the algorithm. It is so good to learn from. Professor Sedgewick is just too good I must say ! Wish I could study Dynamic Programming from Dr Sedgewick !
автор: Mateusz K
•Very good quality course with an option to explore more details about algorithms using online resources prepared by the authors. It's useful to spend time doing additional exercises as the assignments won't cover everything.
автор: Alexander
•It was very cool and useful. I tried to finish this course last 4 years and finally I did it.
The tasks were very good and challenged and grader result just are the best which I have ever seen.
Thanks for such amazing course!
автор: Eugene B
•The useful and a loyal course (thx for moving deadlines feature). I think that I obtained knowledge about most of the standard algorithms. And as a plus, you obtain a good mind map for searching solutions for complex tasks.
автор: Ti J B
•Absolutely loved it. Robert has a great delivery, the curriculum was well thought out.
In college, my professor based his Data Structure and Algorithm course off Prof Sedgewick's own course, hence the slides feels familiar.
автор: Ning D
•Strongly recommendation!
Great demonstration helping to understand algorithms.
Programming assignments are very helpful to put knowledge into practice. In FAQs and instructions you can find all information needed for PAs.
автор: Jakub P
•This course really had me think a lot in depth about designing algorithms and most importantly understand how they work. Professor Sedgewick and Wayne did a really great job, even though this was not suited for beginners.
автор: Yuzhou L
•This course is simply fantastic. The instructor's code is most elegant code I have ever seen and it was very illuminating to see how these fundamental algorithms are being implemented in such an elegant and efficient way.
автор: Danut P
•I'm taking this for the second time to strengthen my knowledge. The course is one of the best I've taking online in the past few years. This is one of the courses I would pay money for because it is very valuable to me.
автор: Gregor S
•Great course! Although the video lectures are quite old (and therefore the video and audio quality) the content was superb. Really nice and insightful exercises, leaving a feeling of accomplishment when finishing them.
автор: sky S
•The only one Algorithms you should take if you never learn CS before. The tasks are hard, however, as a beginner, you can still learn how the greatest computer scientists think when they code. This sense helps a lot.
автор: Andi S R
•What I like the most about this course is that it not only pays attention to the algorithm efficiency but also to the best coding practices in the industry. I highly recommend it even for professionals with experience.
автор: Denys O
•This is perfect course. I highly recommend it to everyone who wants to get basic experience in data structures and algorithms. Thanks to professors Robert Sedgewick, professor Kevin Wayne and all who made it available.
автор: Ying C
•This coure is amazing! Although the assignments are challenging, they are quite related to real-life problems. And there are Discussion Forums that everyone can post questions and answers which is quite useful for me!
автор: Prashant S
•Loved this course I'd make the test cases available to the students, but other than that, no other improvements. I'd heartily recommend it to anyone interested in CS fundamentals or for folks that want a refresher.
автор: Bharath K B K
•Professors Wayne and Sedgewick have prepared a wonderfull course. Though it was difficult to keep up with the pace, I am glad i did.
Many many thanks for this opportunity to learn these important concepts and usage.
автор: Rama N
•Excellent course to understand the basics of Algorithms and data structures. The instructors have put a lot of effort into the contents and the assignments of this course. Thank you so much for the amazing lectures!
автор: Todd S
•Great lectures, great programming assignments and grading, overall I really enjoyed this course. I tried to get through it 2 other times and finally had the time & patience to do it and I'm so glad I did. Thank you!
автор: Nguyen D L
•The programming exercises were excellent practices for the theory from the lectures. Thank you so much Professor Sedgewick and Professor Wayne.
This course will be a great way to inspire my son on his CS education.
автор: Новоселов И Е
•Aside from a properly given material this course has a very thorough automated unit-testing tool when submitting your homework. I personally consider this as a huge advantage over the peer-review based courses.
автор: Peter D
•Phenomenal Course. I've learned so much about algorithms in the course; no doubt about it.
The assignments are really engaging and have real world applications. They have made be a better overall programmer.
автор: Tomasz G
•Excellent course - especially the problem sets! I wish, however, there was an option for obtaining a certificate. Some people might not take this class due to this very issue and I think it would be a shame.
автор: Michael G
•Very good course especially if you already know a bit of Java. I had enough programming experience to complete the course but it was rough the first couple of weeks having to teach myself Java along with it.
автор: rocky O
•Excellent! Highly recommend to people who want to study algorithms. Though the assignments may be very challenge to you, you can get support on the forum and it's really worth taking your time finish them .
автор: wyq
•Good experience for reviewing data structure. The exercises are challenging for the strict performance requirements and adequate test cases. I also acquired some interesting new things like random sampling.