distance (in a graph)
The distance of two vertices and of a graph is the length of the shortest path (or, equivalently, walk) from to . If there is no path from to (i.e. if they lie in different components of G), we set
Two basic graph invariants involving distance are the diameter (the maximum distance between two vertices of ) and the radius (the maximum distance of a vertex from a central vertex of , i.e. a vertex such that the maximum distance to another vertex is minimal).
Title | distance (in a graph) |
Canonical name | DistanceinAGraph |
Date of creation | 2013-03-22 12:31:32 |
Last modified on | 2013-03-22 12:31:32 |
Owner | CWoo (3771) |
Last modified by | CWoo (3771) |
Numerical id | 11 |
Author | CWoo (3771) |
Entry type | Definition |
Classification | msc 05C12 |
Synonym | distance |
Related topic | Graph |
Related topic | Path |
Related topic | Diameter3 |
Related topic | PathConnected |
Defines | diameter (of a graph) |
Defines | radius (of a graph) |
Defines | central vertex |