AIBO Tree Traversal

The Project

An undefined problem has an infinite number of solutions
-- Robert A.Humphrey

The setup of the problem is as follow, a binary tree is constructed out of horizontal lines and vertical lines. The horizontal lines are strip of pink tapes and the vertical lines are strip of orange tapes. The AIBO has to follow the lines to the end of a vertical line which is considered as a node. The AIBO has to visit all the nodes in the tree.




The Maze