Specialized tree representations of a maze. It may be used to illustrate the duality between maze and tree (or descision tree).

From the starting cell, it gradually transforms the maze into a tree during flooding. Color gradient encodes the Manhattan distance from the starting node.