Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 880 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 880 Bytes

Algorithms

Algorithms Coursera course, from Princeton University.

The Programming Assignments are in Java due the automatic report, but I'm also re-implementing most of the Java slides in C++. This way I'm reviewing and upgrading my C++ knowledge while studying algorithms.

Programming Assignment - Correctness

🟩 Percolation

🟩 Deques and Randomized Queues

🟨 Collinear Points

🟩 8 Puzzle

🟨 Kd-Trees

Reading and Videos

🟩 Week 1

🟩 Week 2

🟩 Week 3

🟨 Week 4

🟨 Week 5

⬜ Week 6

To do

⬜ Readme for each lesson

⬜ Final thoughts for each assignments

⬜ Find answers for interview questions