Generate mazes of different shapes and arbitrary sizes
This maze generator can create rectangular mazes and use depth-first search algorithm.
Maze generator uses only JavaSE.
Create methods generated maze use Kruskal's algorithm and breadth-first search.