Dargoth
Newcomer
Hello All
I was reading a recursive algorithm problem that peeked my interest and after several failed attempts I have decided to ask you guys(and Gals) if any one has an (working)example of the code so I may see where my logic is falling short. This is the format the maze was supposed to be in:
# # # # # # # # # # # #
# . . . # . . . . . . #
. . # . # . # # # # . #
# # # . # . . . . # . #
# . . . . # # # . # . .
# # # # . # . # . # . #
# . . # . # . # . # . #
# # . # . # . # . # . #
# . . . . . . . . # . #
# # # # # # . # # # . #
# . . . . . . # . . . #
# # # # # # # # # # # #
You can cut and paste this in note pad and it will look correct.
I appreciate any guidence you Guru's can give a confussed soul
I was reading a recursive algorithm problem that peeked my interest and after several failed attempts I have decided to ask you guys(and Gals) if any one has an (working)example of the code so I may see where my logic is falling short. This is the format the maze was supposed to be in:
# # # # # # # # # # # #
# . . . # . . . . . . #
. . # . # . # # # # . #
# # # . # . . . . # . #
# . . . . # # # . # . .
# # # # . # . # . # . #
# . . # . # . # . # . #
# # . # . # . # . # . #
# . . . . . . . . # . #
# # # # # # . # # # . #
# . . . . . . # . . . #
# # # # # # # # # # # #
You can cut and paste this in note pad and it will look correct.
I appreciate any guidence you Guru's can give a confussed soul