Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tressos-aristomenis/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/tressos-aristomenis/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: 2 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/tressos-aristomenis/a-star-and-bfs-searching-visualization
- Owner: Tressos-Aristomenis
- Created: 2018-11-16T13:39:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T13:39:39.000Z (about 6 years ago)
- Last Synced: 2024-09-29T03:41:01.697Z (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
![a star preview](https://user-images.githubusercontent.com/34586179/48661630-b8615c00-ea7d-11e8-841c-309bc9eb9236.png)
## Breadth First Search Preview
![bfs preview](https://user-images.githubusercontent.com/34586179/48661670-7684e580-ea7e-11e8-8b67-4cca625e7cc5.png)