Click here to Skip to main content
15,897,187 members

Comments by devandprog (Top 1 by date)

devandprog 20-Oct-15 10:16am View    
Yes the graph will be of following type. For example

A B 2.5
B C 1.4
A D 1.2
A E 1.65
E B 2.3
.....
.....

This is a simple graph where this dataset represents as A is connected with B with weight of 2.5 and B is connected with C with weight of 1.4 and so on. I will be dealing with such graphs.