Used Algorithm: Recursive algorithm
- All inputs located under maze folder.
- Before executing script, be sure that docker is installed (Docker).
- First run
./shell.sh
under folder - Then run
php index.php < maze/maze1.txt
- The result will view. I hope you will like :)
- maze1.txt - Fail Approach
- maze2.txt - Success Approach
- maze3.txt - Success Approach