Skip to content

Assignment for Algo -- Make a maze solver (can be based on the maze generator)

Notifications You must be signed in to change notification settings

PMARINA/ExitPerfectMaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Undirected Graphs - Getting out of the Maze

Given an N-by-N maze (like the one created in the previous exercise), write a program to find a path from the start cell (1, 1) to the finish cell (N, N), if it exists. To find a solution to the maze, run the following algorithm, starting from (1, 1) and stopping if we reach cell (N, N).


About

Assignment for Algo -- Make a maze solver (can be based on the maze generator)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages