Geodesic distance in graphs

1k Views Asked by At

I'm reading a paper that deals with networks/graphs. In the paper they mention the term 'geodesic distance'. I'm not able to understand what does it mean. I hope if you can explain it to me.

1

There are 1 best solutions below

0
On BEST ANSWER

The geodesic of two vertices in the graph is the shortest path between them. In an unweighted graph, this is the edge count of the shortest path.