Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.95 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.95 KB

Coursera: Algorithms

Coursera online course, Algorithms Part I and Algorithms Part II, 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.

Assignment Name Score
Week 1 Percolation 100/100
Week 2 Deques and Randomized Queues 100/100
Week 3 Pattern Recognition 100/100
Week 4 8 Puzzle 100/100
Week 5 Kd-Trees 100/100
Assignment Name Score
Week 1 WordNet 100/100
Week 2 Seam Carving 100/100
Week 3 Baseball Elimination 100/100
Week 4 Boggle 100/100
Week 5 Burrows–Wheeler Data Compression 100/100