MahirC2/PrimsAlgorithm
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.