+ 2
How can I create and print maze of arbitrary length and breadth with one valid path through it?
I want to know the algorithm.Other helps are also ok
2 ответов
0
I'd say you look for maze generator algorithms on the web, I've looked at the entry at wikipedia with the same name and it's pretty well explained and documented, although the details underlying the programming are left for the dev to figure out by themselves.
0
thanks for advices