Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 990 Bytes

File metadata and controls

25 lines (17 loc) · 990 Bytes

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