Algorithm: 

Graph:







Add edge:

Nodes:

Weight:

Example: A -> B, 10 will add an edge between A and B of weight 10.

Load Graph from file:

Warning: current graph will be overwritten!



Export Graph to file:


Step by step