Maze-Escape Given a maze with 1s and 0s , program finds a way out if there exist. 1s are walls , 0s are paths. This program is for practice purposes. Stack implementation with Linked Lists. Pointers Object Oriented Programming