GG
Oct 31, 2016
Extremely well designed course. The assignments touch all the concepts taught in the class. Lot of concepts get clarified when you try to reach 100% on each assignment. Highly recommend this course.
CS
Oct 26, 2021
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!
By Gowtham S
•Feb 24, 2022
----
By Cherukupalli H V R
•Jan 24, 2022
goos
By Sanjeev N
•Jan 2, 2022
good
By KINTHALI P
•Oct 26, 2021
Good
By Chandrashekhar B
•Apr 23, 2021
nice
By Shubham k
•Nov 1, 2020
good
By Ram s
•Aug 8, 2020
nice
By siddani s k
•Jun 5, 2020
good
By SIVARAM S 1
•May 21, 2020
Good
By Nicklaos G
•Nov 7, 2017
nice
By Prog J
•Jul 23, 2017
cool
By 郑宇
•Feb 13, 2017
nice
By Manjeet a
•Nov 25, 2023
nyc
By Zeba F
•Oct 30, 2021
hyy
By 郑明君
•Jun 29, 2017
还好了
By Monica S M G
•Jan 13, 2022
no
By anusha m
•Jun 6, 2020
..
By Batthula E
•Oct 31, 2024
4
By Bhavagna C
•Mar 25, 2023
v
By Yashwanth R
•Feb 19, 2023
.
By HA
•May 5, 2023
The course provides a broad overview of essential data structures and algorithms in an easily comprehensible manner and without delving too much into mathematical proofs. However, despite the good lectures and an elegant, concisely-written accompanying Java library that implements almost all the demonstrated algorithms in the course, learners would benefit much more if the programming assignments are easier, or the assignments are provided with more guidance. This is because these assignments seem specifically designed for university students and not Coursera learners, and indeed in the official course taught at Princeton, some of the same assignments even require working with a partner. Furthermore, the course seems to take a passive approach in developing learners' understanding of its algorithms by providing the written code (again, very concise and easy to understand) and learners peek behind the code instead of implementing it themselves; this may work well for an introductory course, but does not solidify some tricky concepts as well as requiring students for implementations based on the lectures and slides.
By Chao C
•Sep 1, 2022
Everything was great in this course, only complaint was the collinear points assignment. For some reason, the auto-grader was messing up and you had to have the LineSegment.java file in the zip file, but if you did it normally with or without the LineSegment.java file in the zip you will get a 0, since the auto-grader will complain. There was no mentor that helped with the problem (There was another thread that has since been deleted). It was only until another user mentioned putting everything in LineSegment after the BruteCollinearPoints and FastCollinearPoints. However, this approach is generally not a good practice since you now have two outer classes in two different files, and the class LineSegment is the same in both. It also means that you will always lose 5% due to style checks, since we are forced to put the class of LineSegment into each java files (Brute and Fast). Not sure why the auto-gradered needed LineSegment.java when it wasn't part of the requirement. For these reasons, I deducted 2 stars.
By LEE Y M
•Oct 1, 2019
As someone who works full time, this course assigns too much work for per week. In addition, instructions for assignments are not clear enough and the link between assignments and lecture content is often not pointed out clearly.
By Priyanshu K
•Mar 22, 2021
they must take assignments are compatible to other language also but not only java
because it is not a language course it is a dsa course
By Carlos P
•Sep 25, 2020
The topics are discussed in kind of a too broad and generic way. Some lectures are great others are a bit dry.