Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)