Graph Algorithm Simulator using JavaFX

This is a second year AoA project for IT department KJSCE. 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

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.