Skip to content

kthffmn/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#A-Maze-ing

##Sinatra app that solves mazes breath or depth first ###Process

  1. Loads text file and turns it into a multidimensional array of empty spaces and walls
  2. Makes a second multidimensional array and leaves "breadcrumbs" in each empty space of it's prior coordinates
  3. Traces the coordinates from second step backwards and saves process in a third, final multidimensional array

About

SInatra app that solves mazes breath or depth first

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published