Skip to content

This is the code of Project3 for CSCI6212. This is a lite version for Maze Using DFS. No visible graph will be displayed. only the running time of DFS path finding will be showed.

Notifications You must be signed in to change notification settings

PerryApple/Project3LiteVersion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project3LiteVersion

This is the code of Project3 for CSCI6212. This is a lite version for Maze Using DFS. No visible graph will be displayed. only the running time of DFS path finding will be showed. To change the inpute scale, please modify statement: “Maze maze = new Maze(1000,1000);”
Maze maze = new Maze(i,j) will produce a maze which has i*j nodes. Change i and j for different input scales. The output of this program is every node the algorithm visited and the running time of DFS path finding. (in ns)

About

This is the code of Project3 for CSCI6212. This is a lite version for Maze Using DFS. No visible graph will be displayed. only the running time of DFS path finding will be showed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages