Answered You can hire a professional tutor to get the answer.
In this problem set you will design a program to check whether a given simple maze is solvable. Note that you are operating on VERY SIMPLE mazes,...
.
You may assume that the upper left cell of any maze is open.
Your function will of course have a number of helpers. Use everything you have learned so far this
term to design this program.
One big hint. Remember that we avoid using an image based representation of information unless we
have to. So the above are RENDERINGs of mazes. You should design a data definition that represents
such mazes, but don't use images as your representation.