CS3530 Rat In A Maze Problem
Requirement
In this problem you will solve the “Rat in a maze problem”, using Stacks and Queues (Lectures 12-14).
The main points we shall be covering are:
1. Using Stacks and Queues in an application
2. Re-enforcement of the usage and advantages of makefiles / make utility in UNIX/Linux
3. Use of abstract data types in C++, and separate compilation
4. Use of header files and libraries for Stacks and Queues