Chevron Left
返回到 Algorithms, Part I

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

4.9
11,966 个评分

课程概述

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

热门审阅

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.

ZZ

Jul 6, 2025

I mean it is alright like, you have to use some LLM in order for you to understand the code in current version of Java or any language you use to learn here. Very good explanations are provided.

筛选依据:

701 - Algorithms, Part I 的 725 个评论(共 2,395 个)

创建者 Ruslan P

Oct 10, 2016

There is very informative course. It has understandable explanation of algorithms and data structures.

创建者 Aleksandr S

Aug 28, 2022

It was very hard and very useful. Detailed notes on tasks provide comprehensive information for work.

创建者 Brian S

Nov 26, 2021

Great course, great instructor and I learned a lot! It's by far the best online course I have taken

创建者 Wan Y

Aug 3, 2021

Another quality lesson from Prof. Sedgwick even better if you have a book, more detailed explanations

创建者 Bank E

May 24, 2020

Very thorough course from beginner to intermediate level. Thank you so much for such valuable course.

创建者 DH L

Jan 22, 2019

Best of best algorithm course for beginners. You must start learning fundamental Algorithm from here!

创建者 Ilyas B

Sep 3, 2018

Thanks for a great course. This experience changed the way i think about improving my implementation.

创建者 glody m

Jun 24, 2017

i learned a lot of things in this course that i continue to use every day in my solutions to problems

创建者 CMC

Nov 1, 2016

Great instructor. Amazing auto-grader. Interesting content. I want to take more courses like this.

创建者 Brendan H

Oct 17, 2016

Great course, really enjoyed it - opened my eyes to the performance implications of the code I write!

创建者 Mathankumar C

Dec 27, 2022

Great course with lots of information. Professors explain the concepts very clearly. Good exercises.

创建者 Samuel L

Jun 13, 2020

Fantastic course, the lectures are great and the exercises are inspiring and challenging! Thank you!

创建者 杜星宇

Aug 30, 2019

GREAT lectures with carefully-crafted exercises! Learned a lot about algorithms and data structures.

创建者 Abraham F

Jun 24, 2019

Learnt a lot. Wow. Simply Amazing.

RS is very clear and well versed in Algorithms. Loved this course.

创建者 Pedro G

Dec 30, 2018

It was difficult but rewarding. I learned a lot! Thanks professors Robert Sedgewick and Kevin Wayne.

创建者 Simon C L

Jul 25, 2024

very thorough, knowledgeable instructor, challenges actually require you to program and understand.

创建者 Xuebo Z

Sep 5, 2022

A well-guided course to get deeper knowledge of Data Structures and Algorithms Libraries for Java.

创建者 Карпов А М

Mar 27, 2019

Excellent presentation of basic knowledge in the field of algorithms. Their implementation and use.

创建者 Aleksandar J

Oct 7, 2018

Great course, full of fundamental cs theory backed up by great exercises that are thoroughly graded

创建者 Hongcheng C

Oct 25, 2017

课程讲解很有启发性,而非单纯的公式+逻辑推导(这部分也很重要,但是应该交给课本,配合书本食用更佳)

作业评价系统设计的很好,测试很完备,兼顾可读、可维护和可用。

作业测试环境,client设计合理有趣。

创建者 hong g

Jan 19, 2017

This is the best algorithms course i have ever seen before. The homework assignments are fantastic.

创建者 brian

Oct 9, 2016

very nice!It will be better if we can be offered some quiz and feedback,not only coding assignment.

创建者 Marlene m r

Nov 22, 2024

Es un gran curso, el material de calidad, las explicaciones excelentes... Lo recomiendo muchísimo.

创建者 Eddie L

Mar 5, 2024

I learn a lot from this class. You need to have a good understanding of Java before starting this.

创建者 Rubén L Z

Mar 13, 2022

This course is inspiring. I will never do things without thinking in performance and memory usage.