We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65030be + d97e1d2 commit b794457Copy full SHA for b794457
README.md
@@ -1,6 +1,7 @@
1
# Graph Algorithm Simulator using JavaFX
2
3
This is a second year OOP Lab project for CSE department SUST.
4
+Visualizes the following algorithms on graphs input by the user on an interactive canvas.
5
6
# Algorithms available :
7
1. BFS
@@ -10,5 +11,7 @@ This is a second year OOP Lab project for CSE department SUST.
10
11
5. Articulation Point
12
6. Topological Sorting
13
-<i>More Algorithms will be added</i>
14
+Demo:
15
+https://www.youtube.com/watch?v=s0sClvW4GWc&feature=youtu.be
16
17
+<b><i> IF THE PROJECT DOES NOT RUN CLEAN AND BUILD IT </i></b>
0 commit comments