ExactCover
Solution of this problem by using Knuth's Dancing links algorithm. Dancing links research paper included for reference.
Sudoku
A perfect sudoku solver, again using Knuth's Dancing links algorithm. The exact problem can be found on Project Euler.
Graph Practice
Graph implementation and some graph related algorithms in Python.