Skip to content

raunakrathour/FXGraphAlgorithmSimulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.9%
  • CSS 7.1%