Algraph is a tool written in java and javaFX for visualizing the execution on a graph of the Bellman-Ford Algorithm.
It is possible to create a graph through the GUI interface or uploading it by file. The syntax can be viewed on graph_sample-txt.
java -jar Algraph.jar
This project is licensed under the GPL License - see the LICENSE file for details