Skip to content

A small project that display's maze generation using Prims algorithm, and A*, DFS and BFS path finding algorithms.

Notifications You must be signed in to change notification settings

MahirC2/PrimsAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download the video 'DFS-Example' to see how it looks.

How to run?

Click on PrimsAlgorithm class and run the main method.

Changing the grid size - manually go into the code (PrimsAlgorithm line 7) and change from there, ODD numbers are highly
recommended.

Run Prim's algorithm first, then any of the path finding algs.

Enjoy.

About

A small project that display's maze generation using Prims algorithm, and A*, DFS and BFS path finding algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages