Cousera online course, Introduction to Algorithms Part 1 and Part 2 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.
The assignments for the first part and my scores
| Assignment | Name | Score |
|---|---|---|
| week1 | Percolation | 100/100 |
| week2 | Deques and Randomized Queues | 100/100 |
| week3 | Collinear Points | 99/100 |
| week4 | 8 Puzzle | 100/100 |
| week5 | Kd-Trees | 97/100 |
The assignments for the second part and my scores
| Assignment | Name | Score |
|---|---|---|
| week1 | WordNet | 100/100 |
| week2 | Seam Carving | 100/100 |
| week3 | Baseball Elimination | 100/100 |
| week4 | Boggle | 100/100 |
| week5 | Burrows–Wheeler | 100/100 |