Data containers for practice.
-
Location2D : Container for save the location of a 2d array.
-
MazeManager : Provide methods for 2d arrays used as mazes.
-
StackApplication : Stack related algorithms;
-
QueueApplication : Queue related algorithms;
-
DequeApplication : Deque related algorithms;
-
TestMain.cpp : Test cases for above