/maze

Maze Problem Task 1

Primary LanguagePHP

Maze Problem Task 1

StyleCI Badge

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 :)

Maze Inputs

  • maze1.txt - Fail Approach
  • maze2.txt - Success Approach
  • maze3.txt - Success Approach