Problem
1. A superqueen can make not only all of a queen's moves, but it can also make a knight's move. (See Project P4.) Modify Project P1 so it uses superqueens instead of ordinary queens.
2. Describe a rectangular maze by indicating its paths and walls within an array. Write a backtracking program to find a way through the maze.