A-Star-and-BFS-Searching-Visualization

Searching Visualization in a Graph using A* and BFS Algorithms. Imported GraphStream library for the GUI.

Stars
6

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

Breadth First Search Preview