https://github.com/rasti37/a-star-and-bfs-searching-visualization
Searching Visualization in a Graph using A* and BFS Algorithms. Imported GraphStream library for the GUI.
https://github.com/rasti37/a-star-and-bfs-searching-visualization
a-star-algorithm a-star-search breadth-1st-search breadth-first-search graphstream java-8 javafx-application javafx-gui
Last synced: 3 months ago
JSON representation
Searching Visualization in a Graph using A* and BFS Algorithms. Imported GraphStream library for the GUI.
- Host: GitHub
- URL: https://github.com/rasti37/a-star-and-bfs-searching-visualization
- Owner: rasti37
- Created: 2018-11-16T13:39:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T13:39:39.000Z (over 6 years ago)
- Last Synced: 2025-03-01T17:38:25.892Z (3 months ago)
- Topics: a-star-algorithm, a-star-search, breadth-1st-search, breadth-first-search, graphstream, java-8, javafx-application, javafx-gui
- Language: Java
- Size: 11.2 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
