/Maze

A 2 dimensional array of characters that represents a maze. Each position can contain either be a wall or a blank. Starting at position (0, 0), list any path through the maze to get to location right lower corner of the maze. Only horizontal and vertical moves are allowed. If no path exists, write a message indicating there is no path. Problem taken from Chapter 9 of Problem Solving and Program Design in C by Hanly & Koffman.

Primary LanguageC

Stargazers