Skip to content

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

License

Notifications You must be signed in to change notification settings

sowmen/FXGraphAlgorithmSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a53754 · Feb 5, 2021

History

55 Commits
Jun 7, 2020
Jun 7, 2020
Jun 7, 2020
Jun 7, 2020
Jun 7, 2020
Jun 18, 2018
Jun 20, 2018
Jun 7, 2020
Jun 5, 2020
Feb 5, 2021
Jun 21, 2018
Jun 18, 2018

Repository files navigation

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.