Skip to content

Program based around a Depth First Search algorithm for solving a user defined maze.

Notifications You must be signed in to change notification settings

palwxc/Maze-DFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze DFS

Practice for developing a Depth First Search algorithm, used for solving a user defined maze.

Prerequisites

A development environment will be needed to test this project. Code::Blocks was used for the development of this project.

Testing

Tests for this project can be run through the console. Sample inputs and outputs can be found in the files:

sample_input.txt
sample_output.txt

These test the program's ability to solve user defined mazes and return the solution, if one is found.

Built With

Authors

  • Phillip LaFrance - Solution - palwxc
  • Dr. Patrick Taylor - Assignment Setup - Contact

About

Program based around a Depth First Search algorithm for solving a user defined maze.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages