项目作者: palwxc

项目描述 :
Program based around a Depth First Search algorithm for solving a user defined maze.
高级语言: C++
项目地址: git://github.com/palwxc/Maze-DFS.git
创建时间: 2020-12-09T23:12:30Z
项目社区:https://github.com/palwxc/Maze-DFS

开源协议:

下载


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:

  1. sample_input.txt
  2. 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