8000 GitHub - HartBlanc/3D_Maze: Java implementation of Breadth First Search for a 3D Maze
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HartBlanc/3D_Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D_Maze

Java implementation of Breadth First Search with a circular queue. Traverses a 3D Maze.

input.txt is the collection of 3D mazes in row major form.

First line is the dimension of the N x N x N maze.
The next N^3 lines are the maze (0s are open, 1s are walls).

Each line in output.txt is the length of the path through the maze.

About

Java implementation of Breadth First Search for a 3D Maze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0