Skip to content

Tressos-Aristomenis/A-Star-and-BFS-Searching-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

A* and BFS Searching Visualization

© 2018 - Aristomenis Tressos & Nikos Sklavounos.

Nikos' github account: https://github.com/NickSklA.

How to run the application:

  • Go to my releases.
  • Find the latest release.
  • Download the .zip file and unzip it at your current directory.
  • Open the "exe" folder and run the .jar file.
  • When you click "Initialize Graph" you will be requested to choose a .txt file with the graph data.
  • Select the file called "graph-data.txt". By default it's located in the same folder with the jar file you ran.
  • Enjoy and star my repository if you enjoyed it!


Α* Preview

a star preview

Breadth First Search Preview

bfs preview