Second place has been revealed in Nick Halstead's programming competition - and the 2nd place mark goes to Evan Chiu.
So second place, more drum rolls.. goes to Evan Chiu. Evan's solution revolved around a well implemented breadth first search which was wrapped up in a neat class. It was also quite well presented and the HTML was all w3c compliant.
In Evan's solution, he opted for a single "solve" method to handle the heart of the transition - an implementation of the "Breadth First Search method. If you'd like to see the full code, you can check it out here.