Skip to content

bgosal02/Maze_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver Project Overview

Using recursion, implemented backtracking (depth first search) to find and display information about the best paths through a maze. This was completed as a course project, with a provided framework.

Problem Description

Text files containing square mazes of various sizes were analyzed to find possible paths. The mazes consisted of asteriks, " * ", to represent impassable barriers, and numbers from 0 to 9 to represent the cost of passing through that position. The program then calculates and prints the total number of possible paths/solutions through the maze, the numeric representation of the shortest path, the numeric respresentation of the least expensive path, and the cost of the least expensive path.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages