Skip to content

User enters a maze, my program then computes the shortest path from start to finish.

Notifications You must be signed in to change notification settings

c-dubzz/Maze-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

User enters a maze, my program then computes the shortest path from start to finish.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages