題組內容

5. A typical maze problem, where the goal is to find a path between two cells in a maze, is often solved with a stack. Answer the following questions:

(3%) (b) If using a stack, what information should be pushed onto the stack when moving to a new cell?