Chevron Left
Back to Algorithms, Part I

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

4.9
stars
11,334 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. People who are interested in digging deeper into the content may wish to obtain the textbook Algorithms, Fourth Edition (upon which the course is based) or visit the website algs4.cs.princeton.edu for a wealth of additional material. This course does not offer a certificate upon completion....

Top reviews

HM

Invalid date

The best online course I've taken so far. The autograder really does its job! The tests are so thorough that it always takes me several attempts to finish an assignment, but it is always worth it!

RB

Invalid date

The course focuses on Java specific implementations of algorithms, so if you're not from a Java background, you would have a little difficulty with the assignments.The course content however is great.

Filter by:

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

By chenxc

Jul 28, 2017

Recommend print the ppt then listen to the lecture cuz that would save your time. These homework impresses me deeply, and I did spend a lot of time completing them. Fortunately, I got a not-bad accomplishment at this class. I think everyone would like to have a solid foundation on algorithm as long as s/he study hard in this class. Thanks a lot for providing such a great open class! I love you professors! I love princeton!

By Mark S

May 23, 2022

The lectures from Prof Sedgewick, topical coverage, and weekly assignments were great. The (optional) textbook is excellent as well, it's at just the right level of rigor/difficulty for this course.

Although I will admit getting a bit frustrated with the autograder at times; I invariably ran into additional rules (not in the original doc) by having my first couple submissions go down in flames, often @0/100 or 5/100.

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 15, 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 12, 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.