Monthly Archives: March 2013

Algorithm for Finding Eulerian Paths (Python)

Udacity has excellent courses on computer science. I’m now taking my third course, Algorithms (CS215). One of the assignments of this course asked students to write a script that would find an Eulerian path in a given graph. This topic greatly … Continue reading

Posted in Programming | Leave a comment