simple animated maze solver using recursion, Stacks, and Queues
Usage: argv[0] mazefile [-i] -r for recursive solution (default) -s for Stack solution -q for Queue solution -i for interactive manual solution -a to animate the solution (0.2 seconds per move)
example mazes provided in accompanying text files
enjoy :)