Skip to content

Find optimal solution, if possible, for a maze provided as a string of 0's and 1's

Notifications You must be signed in to change notification settings

antxln/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

maze-solver

This course project finds an optimal solution, if possible, for a maze represented as a string of 0's and 1's

Build

gcc mopsolver.c -o mopsolver

Run

./mopsolver -h for help

Example

Example

About

Find optimal solution, if possible, for a maze provided as a string of 0's and 1's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages