A simple algorithm for maze generation is to start, apart from
entry and exit points, with all walls present
and randomly knock down walls until the entry and exit points are
connected. Write a C++ program to
implement this algorithm for an arbitrary sized maze – test with a
50 by 88 rectangular maze.
A simple algorithm for maze generation is to start, apart from entry and exit points, with all walls present and randoml
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
A simple algorithm for maze generation is to start, apart from entry and exit points, with all walls present and randoml
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!