To be editted We briefly introduce the notions of graphs and mazes following the notations from ...
A graph g is a tuple g=(V,E) where:
Vis a set of vertices,Eis a set of edges such thatE={ {v1,v2} | v1, v2 are in V }.
A maze m is a tuple m=(V,E,b,e) where:
(V,E)is a graph,b,eare the start and end vertices of the maze respectively.
We focus on connected mazes, where there exists a path between any pair of vertices. For all v1, v2 in V, there exists a path in the graph from v1 to v2.