A Java-based project to visualize simple graph-related algorithms.
Currently available:
- Kruskal's Algorithm
- Dijkstra's Algorithm (More algorithms may be added in the future)
- Algorithms visualization: Step-by-step graphical representation of the algorithms.
- Random graph creation: Automatically generate graphs for testing.
- Custom graph input: Option to create and add your own graph structures.
- Time measurement: Track and display the execution time of the algorithms.
This project uses the following external Java libraries:
- JGraph
- CodeDraw