Chevron Left
返回到 Algorithms, Part I

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

4.9
11,926 个评分

课程概述

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

热门审阅

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!

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!

筛选依据:

376 - Algorithms, Part I 的 400 个评论(共 2,395 个)

创建者 Andrea D

Jul 10, 2022

Fantastic course, great content. The video lessons are packed with simple examples that make it very easy to understand even the most complicated concepts. Will definetely start Algorithms, Part II soon.

创建者 Beave

Nov 9, 2017

Gives sufficient understanding of algorithms to go forward. Problems are difficult enough to test programming skills. Would love to see the final exam and exercises being migrated from the old platform.

创建者 Guojie L

Oct 31, 2017

few people would like to read an algorithm book, this course transfer those hard concepts into examples, which is more easy to be accepted. I really enjoy the progress i have made through learning this!

创建者 Jean P M C

Sep 17, 2019

This course provided a very detailed explanation about algorithms and their practical uses.

The assigments were not easy, and were really helpful on understanding the content. A really amazing course.

创建者 vctrl

May 12, 2018

Amazing course, greatly refined my skills! Very interesting and really challenging problems, enjoyed them so much. Thanks for hard work, and of course for that all of this materials available for free!

创建者 PPL

Jul 14, 2017

I relearned the fundamental knowledge of algorithms and data structure through this course.

This course is well designed and has in-depth content. Besides that, the online grader system is also great!

创建者 康昆

Sep 19, 2024

This is the best data structure and algorithm course I have ever seen. I gained a lot from this course. Due to my poor English, some questions remain, so I will take this course again in the future.

创建者 Vishnu N P

Oct 9, 2021

If you want to learn and explore more challenging parts of Algorithms, you should definitely learn this course. The experience and knowledge of the teacher is pretty obvious from the way he teaches.

创建者 Turian

Sep 1, 2023

The fact that it's free is just crazy And don't get discouraged by the fact that it's in Java, it doesn't really matter, you don't need in-depth knowledge of java to write the stuff required here.

创建者 Aniket K

Nov 28, 2017

Best algorithm course ever seen. The assignments were awesome. Problem statements of assignments are well written. And the best thing is grading system. I loved the course and now going for part 2.

创建者 Praveen K

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.

创建者 Hermawan M

May 10, 2019

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!

创建者 Aswin J S

Jun 17, 2020

It is a must for those who are having trouble with object oriented programming. Coding in java was really easy for the object oriented approach. Really gained great insights into data structures.

创建者 Zoirjon Z

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

创建者 Saiteja P

Sep 9, 2020

It was an wonder ful course that makes me proud and I was little disappointed that I can't get my certification after completion of it I was really tried hard to get on to so provide certificate

创建者 Garrett H

Jul 3, 2019

Excellent course, great material and the structure of the class allowed me to learn in depth and practice independently. I also appreciated the complexity of the automated assignment evaluation.

创建者 Ahmad H

Sep 20, 2016

The material and the teaching method are absolutely amazing. Not just a course for algorithms, but a course on "how to teach a course right" .. very thankful to the instructors and facilitators.

创建者 Alex O

Jul 4, 2020

Had so much fun solving tasks

Exhaustive automated testing with concise output really helps to correct mistakes and get deeper understanding of tasks and algorithms

Lectures were very helpful too

创建者 Josh S

Jun 15, 2020

Outstanding course for new and old developers alike. The bar is set really high regarding code quality, memory footprint, timing and correctness. You will definitely learn a lot in this course.

创建者 Chad A S

Jun 2, 2020

Great lectures. Lectures are a faster pace than most, which helped keep me engaged. Assignments are challenging yet well-polished, and the automated assignment grader provides helpful feedback.

创建者 Ivan M

Dec 17, 2017

Very clear and good course. Highly recommended. Besides learning about algorithms you'll learn about clean, clear and bug free code as well because of the very strict and high grading criteria.

创建者 Sebastien W

May 29, 2023

I went to Cambridge (UK), not studying Computer Science to be fair, and this course is better done than most of mine... Clear, well structured, excellent visual demonstrations of the concepts.

创建者 Daniel C

Jun 3, 2022

Excelent lessons, occasionally references lessons not included in the course but overall great lessons. The assignments are rather challenging but you are given all the tools to complete them.

创建者 jaipalreddy

Jun 9, 2020

The course is good and the concepts are clear to understand. Best course to choose if you want to learn Algorithms completely. Each and every concept is explained with good number of examples.

创建者 Yuvraj S

Aug 21, 2018

This Algorithms, Part 1 course is excellent. The best thing in the course was the autograder which tests assignment submissions very thoroughly and this really improved my programming skills.