Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sowmen/fxgraphalgorithmsimulator
- Owner: sowmen
- License: mit
- Created: 2018-06-18T19:48:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T07:03:58.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T18:23:35.366Z (about 1 month ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 8.88 MB
- Stars: 58
- Watchers: 2
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 SortingDemo: 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.