Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 239 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 239 Bytes

Maze-Solver

User inputs a rectangular maze consisting of blank spaces and '*' characters. My program then computes the shortest distance from the start (upper-left corner) to the end (bottom-right corner) using Queues and Queue objects.