Coursera-Algorithms-I

Code for programming assignments in Java from the Coursera course, Algorithms Part I.

Requires the stdlib.jar and algs4.jar to run, available from the course site.

Week 1 - Union / Percolation

Week 2 - Queues, Stacks and Bags

Week 3 - Collinear Points

Week 4 - 8 Puzzle

Week 5 - KdTree