ZhangScript / algorithm-princeton

Coursera - Introduction to Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Algorithms

Cousera online course, Introduction to Algorithms, created by Princeton University, taught by: Kevin Wayne, Senior Lecturer and Robert Sedgewick, Professor.

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.

This codebase only covers the Part I. However, all my assignments have score of 100 percent, so feel free to read them if you need any inspiration.

Assignment Name Score
Week 1 Percolation 100/100
Week 2 Queues 100/100
Week 3 Collinear 100/100
Week 4 8 Puzzle 100/100
Week 5 Kd-Trees 100/100

At the end, I wish you all a happy coding! 😎👨‍💻

About

Coursera - Introduction to Algorithms


Languages

Language:Java 100.0%