Chevron Left
返回到 Algorithms, Part I

学生对 Princeton University 提供的 Algorithms, Part I 的评价和反馈

4.9
11,957 个评分

课程概述

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....

热门审阅

MB

Nov 18, 2016

I think it is a good course. I have known more about time complexity of algorithms and some applications of different kinds of the algorithms. I have spent more time then I though for this course.

PK

May 20, 2017

Really helpful in understanding concepts in algorithms and data structures.I would suggest if another course with similar quality has been made available for students who wish to learn Java course.

筛选依据:

2351 - Algorithms, Part I 的 2375 个评论(共 2,394 个)

创建者 Batthula E

Oct 31, 2024

4

创建者 Bhavagna C

Mar 25, 2023

v

创建者 Yashwanth R

Feb 19, 2023

.

创建者 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.

创建者 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.

创建者 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.

创建者 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

创建者 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.

创建者 Yonatan N

May 1, 2021

The course is really good, but too much time is dedicated to programming rather than actual mathematics

创建者 Israel P

Jun 22, 2021

A strong java background is needed, there is no much documentation about algs4 package

创建者 Deleted A

Jun 28, 2018

its okay-ish...the teacher should use a blackboard..its a better way to teach.

创建者 SHAIK M A

Oct 6, 2021

AFTER COMPLETING THIS COURSE SUCCESSFULLY BUT I DIDNT GET MY CERTICATE

创建者 Linh V T

Oct 12, 2025

I did not receive a congratulatory letter for completing this course.

创建者 MUKKAMALA S K

Sep 14, 2023

Allow to do in other advanced programing languages like python

创建者 Tanmay s

Jun 29, 2019

nice and very useful to understand the programming

创建者 Tilak M

Jul 15, 2017

Not very helpful for competitive programming

创建者 Adnan k

May 28, 2020

certificate is not there..

创建者 ilpan

Jun 10, 2018

字幕不好,理解起来有点费力

创建者 sanjayanand a

Feb 11, 2025

notiing

创建者 KALDARI S

May 6, 2020

nothing

创建者 Pritam D

Apr 9, 2023

good

创建者 Abhishek K

Apr 18, 2022

good

创建者 Siddamshetti A

Jun 5, 2020

no

创建者 SIRAPU R

Oct 25, 2022

Am not getting my certificate even i completed my course.. it showing rate this course

创建者 DEVENDRAN R

Jan 25, 2018

dumbest lectures, assignments are good..