generate 1000 random mazes of size 5x5 by placing a wall between two cells using a 50-50 coin flip. run your algorithm from part (b) on these 1000 mazes keeping a record of whether each maze had a solution or not. what fraction of these 1000 mazes were solvable?

Respuesta :