Chevron Left
Back to Algorithms, Part I

Learner Reviews & Feedback for Algorithms, Part I by Princeton University

4.9
stars
11,127 ratings

About the Course

This course covers the 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. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms. All the features of this course are available for free. It does not offer a certificate upon completion....

Top reviews

RM

May 31, 2017

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.

RP

Jun 10, 2017

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!

Filter by:

151 - 175 of 2,227 Reviews for Algorithms, Part I

By Vadim P

May 16, 2020

Very interesting, I finally started to study seriously and learnt a lot, by using the correct Data Structures (and also learning them), learning sorts, I enjoyed a lot, and found very interesting exercises, I learnt the definition of Binary Heap, how better implement the Priority Queue Data Structure, Binary trees, and very fascinating the way Red Black Tree is implemented, and the technique used to maintain it balanced

By Kat

Oct 17, 2016

The grading system is very helpful for debugging

A little suggestion, personally i would not go to the forum unless i meet problems, but actually i find i may missed some great thinking for ignoring it. It would be better if there is a subscription feature like what's trending on the Forum to reminder learners to participate in the discussion.

And i like the every week's interview question, thank you for all your effort!

By Itsik S

Mar 28, 2018

A very interesting course, very well taught. The course is carried out in a very methodological way, builds the knowledge gradually step by step. The course is suitable both for those who know the material and want to refresh their knowledge and for those who learn this for the first time.

Finally, I would like to say that it was a privilege as much as it was enjoyable to learn from the great Prof. Robert Sedgewick !

By seshu c

Oct 27, 2019

One of the best course, I have taken so far. Learned a lot and its good to learn from computer scientists who can explain the trade offs between different data structures. To be frank, i am a newbie and i don't even have a good understanding of data structures when i started this course. But now, i know how the data structures work and how to use them them effectively.Except that the assignments are a bit tuff!!

By Henrique G

Jan 15, 2017

I really enjoyed this course. The material and videos were carefully made and very informative. The assignments were made that you can properly use the content learned from the lessons. The mentor/instructors are very knowledgeable. It goes without saying the instructors are reference in the Algorithms field.

It is worth saying the assignments may require you to research extra resources, e.g. Algorithms 4th book.

By Luoqi W

Dec 25, 2017

This course is extremely well-organized and covers the foundational algorithmic concepts in a meticulous fashion. Dr. Sedgewick makes these concepts accessible and easy to grasp. The fact that every concept covered is not just discussed on paper but realized in Java code also adds invaluable practical significance. Needless to say, this should be the course that every aspiring computer scientist should take.

By Mohamed E

Aug 6, 2020

A good introduction and review of fundamental concepts in algorithms and data structures. It makes sure that you get the hang of the data structures by making you implement these data structures/use variants of these data structures to solve implement specific applications in assignments. Of course, sometimes details arent explained deeply, but I quite enjoyed the course and would definitely recommend it.

By Teng B

May 8, 2019

The Most Remarkable Course I have met in Coursera. This course not only taught Algorithm & Data Structure but also fundamental things about Java Language. The instructor is well prepared and states concepts very clear with plenty of examples to help us understand. The assignments with well designed grader are a huge plus to this course. I rate this course as 5-star for this is the highest rate I can give.

By Manish J

Mar 31, 2018

Many thanks to Prof. Sedgewick and Mr. Wayne for this great work for education. This course and this book, the material is just awesome. It really appreciate this work sir ! This course has helped me a lot. The resources your book site has is like a complete teacher for me. The assignments in this course are challenging and improve the skillset a lot!

Finally a load of thanks for such a wonderful course !

By Erik Z

Nov 7, 2017

This was actually a very nice course. I found professor Sedgewick to be a very engaging lecturer, and his patient explanations along with excellent lecture notes helped me, more than a single book could have done, to thoroughly understand all algorithms that were discussed in this course. The assignments were sometimes challenging, but they were always doable. I cannot recommend this course highly enough.

By Haotian Z

Nov 14, 2016

Very solid course. Well explained and informative content and straightforward algorithm illustrations. It not only explains and analyzes mechanism of algorithms, but also offers a set of very practical Java implementations. The weekly programming assignment is awesome. They are well-designed and closely related to real-world application. This is a extraordinary course and I enthusiastically recommend it.

By Anthony T

Jun 30, 2020

I really enjoyed the programming assignments! I think it was cool that all of them had some sort of visualization component. It helped when debugging code. The lectures were solid as well. It's been a few years since I took my Algorithms course and this was a great refresher on some of the stuff that I missed. I also got to learn about topics that were not covered in my Algorithms class (e.g. Kd Trees).

By Christian F

Dec 7, 2016

The course gave me excellent insights and it helped me to improve my java skills.

The overall presentation (learning material, videos, assignment) is very professionial and good to understand.

It would be nice to allow a look at how other students solved the assignments. Maybe with an anonymized grading. Or some kind of a master solution to see, how the best solution to an assignnment would look like.

By Imran

Aug 16, 2020

Really awesome course with informative lectures by Prof. Sedgewick. The best part, though are the exercises. The problem sets are really well designed and give you a sense of how CS can be applied in all sorts of domains from geometry to networks. Separately, the optional interview questions are also good. As always, its probably best to work through these problems with someone else to learn best.

By 李阳阳

Apr 26, 2017

As a developer without adequate CS educational background, it's very exciting and of great use to take this course. I've got the "Algorithm in C (Parts 1-4)" by Sedgewick and did some learning, but it's necessary for me to follow details and explanations from slides and video talks. Also the testing of coding assignment has covered several aspects which I have not paid attention in my daily work.

By Access D

May 13, 2021

I like that you have to think in this coarse, but it could be impossible to finish for beginners. Fortunately I have a Master degree in CS and took this coarse to fill gaps in my education. And indeed there were. I've learned old school Red Black Trees and this coarse approach is much nicer. The main reason I don't like Java is an ugly cast. How come they designed Java so badly. Shame on them.

By Alexander Z

Nov 23, 2020

The learning materials are very well organized. Accurate lecture slides are accompanied by videos that explain in detail and also demonstrate with the help of animations the principle of operation of algorithms and data structures. Programming assignments provide everything you need to complete them without pain but having fun (detailed specifications, FAQ and very helpful testing clients).

By Lui S O

Jun 21, 2023

The lecturer is like your old-school math teacher with the deep voice that make u fall asleep. But the content actually not that boring. Just dont take the class when u r tired. Basic Java is definitely required, if u know when to use array, ArrayList and HashMap, how to implement class and interface, u r good to go, otherwise it might take quite some time to complete the assignments.

By HuXiang

May 22, 2020

absolutely great course. I switch my major from chemistry to computer science and I will begin my graduate study in 3 months. This course definitely helped me a lot. It helps me familiar with basic java grammar , Java collections, data structure and algorithms. Besides, its programming assignments is wonderful. Great course, highly recommend! And I will begin Part I in several days.

By sunkara t k

May 8, 2018

One of the best course on Algorithms and Data structures. Any one serious about software development will benefit a lot from this course. Planning to complete second part as well. Big Thanks to Instructors and Coursera for providing such a wonderful course. Would have been perfect If completion certificate is provided to showcase that we have participated in such a great course.

By zhen l

Nov 24, 2023

The code in slides are very good, but uses too many java-specific language feathers(like iterator, camparator...). The assignments are a good exercise in engineering skills, but use too many APIs in algs4.jar. if you are preparing for an algorithmic interview, you may can follow the videos in order to review them.(the introduction of the red-black tree is the most amazing way).

By Kevin S

Nov 10, 2020

I love the programming assignments of this course, they really help us to gain a better understanding about the algorithms taught in the course. It also shows how powerful these algorithms are in computational applications. The autograder of the assigmnent is really fantastic! It checks the style of the code as well as the implementation and always shows where the problem is.

By Yi C

Oct 17, 2019

I really appreciated this course. The instructor presentation is very clear. Still the course have a lot of information to digest and I would love to use extra time to review the course and interview questions part. Since I did not get full points of the assignment, I would love to study the assignment again when I have time. Thanks a lot for this course. I really love it.

By Marcus B

Oct 10, 2023

Informative lectures and well-designed programming assignments that teach you the low-level details of various data structures and algorithms. Taught in a way that is very manageable for someone with a reasonable grounding in maths and programming. Accessible even if you aren't familiar with Java (coming from a Python background, I found the learning curve quite smooth).

By Sergey Z

Mar 26, 2017

This course has an excellent structure. You get a real motivation, why you need algorithm, you understand how it works (with mathematical proof if it's not really complicated), its time/memory efficiency, and finally you practice it. Also, you can learn some Java through this course. I really like how Robert Sedgewick explains course material. Thanks for this experience.