Introduction - If you have any usage issues, please Google them yourself
By removing some edges of a grid graph, we can create maze graphs. The left side is a 5X5 grid graph, with edges generating a labyrinth diagram. Given a MXN grid graph, please use seed filling algorithm to create a labyrinth graph.