Question: representing the direction of that move: N , E , S , or W . Of course, the sequence of moves described in the file
representing the direction of that move: or Of course, the sequence of moves described
in the file must solve the maze described in the input.
For example, if your first three moves take you spaces right, spaces down, and spaces right,
your output should begin with E S E
You are welcome to try figuring out the solution to the "Jumping Jim" puzzle on your own, but
that won't get you any points. Your assignment is to model the maze as a graph and to solve the
problem using an appropriate graph algorithm.
Submission
You must submit a zip archive containing your report described in Section as a PDF docu
ment, your code described in Section and a README file describing how to compile and
run your code to Canvas. If your code requires more than a simple command to compile and run
then you must also provide a Makefile andor shell script. A simple command might be something
like:
gcpp o jumpingjim
f you are using Boost in your solution, you must provide a Makefile andor shell script that
he en zode.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
