Skip to content

A C++ command-line program that utilizes a custom path-finding algorithm built using recursion, vectors, and sets to find the valid path to traverse a 3D maze

Notifications You must be signed in to change notification settings

adamrounsville/3D-maze-pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Maze Pathfinder

A C++ command-line program that utilizes a custom path-finding algorithm built using recursion, vectors, and sets to find the valid path to traverse a 3D maze

About

A C++ command-line program that utilizes a custom path-finding algorithm built using recursion, vectors, and sets to find the valid path to traverse a 3D maze

Topics

Resources

Stars

Watchers

Forks

Languages