IN C++, NEED A,B,C. WILL UPVOTE
Code needs to be commented!
A. Modify the code below so that it runs inyour environment; document it thoroughly; and make at least 5 testruns with different mazes.
B. Modify the code so that italso displays the coordinates of the path from the “exit” to the”mouse”. Document your work accordingly.
E.g. [2 4] [ 2 3] [2 2] [2 1] [3 1] [ 3 2] [3 3]
C. Be sure to document your work with a reportand with code comments.
////maze
#include
#include
#include
using namespace std;
template
class Stack : public stack {
public:
T pop() {
T tmp = top();
stack::pop();
return tmp;
}
};
class Cell
PayPal Gateway not configured
PayPal Gateway not configured