Skip to content

We developed algorithms to find paths through a text file maze and compared their efficiency.

Notifications You must be signed in to change notification settings

michaelnwani/optimization_methods_project5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

We were provided a text file containing a maze. Each location in the maze is considered a cell (x,y). A cell contains an 'O' if the solver is allowed to occupy the cell. A cell contains an 'X' if the solver is not allowed to occupy the cell. We started at the top left (0,0), and the goal was to get to the cell in the lower right of the maze (rows-1, cols-1). A legal move from a cell is to move up, down, left or right, and not diagonally. Optimization Methods Class, Fall 2012

About

We developed algorithms to find paths through a text file maze and compared their efficiency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published