Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sowmen/fxgraphalgorithmsimulator

Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.
https://github.com/sowmen/fxgraphalgorithmsimulator

bfs bfs-algorithm breadth-first-search depth-first-search dfs dfs-algorithm dijkstra-algorithm dijkstra-shortest-path graph graph-algorithms graph-drawing graph-simulator java javafx javafx-application javafx-desktop-apps

Last synced: about 1 month ago
JSON representation

Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.

Awesome Lists containing this project

README

        

# Graph Algorithm Simulator using JavaFX

This is a second year OOP Lab project for CSE department SUST.
Visualizes the following algorithms on graphs input by the user on an interactive canvas.

# Algorithms available :
1. BFS
2. DFS
3. Dijkstra
4. Kruskal's MST
5. Articulation Point
6. Topological Sorting

Demo: https://www.youtube.com/watch?v=s0sClvW4GWc&feature=youtu.be

IF THE PROJECT DOES NOT RUN CLEAN AND BUILD IT

The project was built using jdk-1.8.
If there are errors try running it on Netbeans and jdk-1.8.