[prev] 16 [next]

Graph Terminology (cont)

Connected graph
  • there is a path from each vertex to every other vertex
  • if a graph is not connected, it has ≥2 connected components
Complete graph KV
  • there is an edge from each vertex to every other vertex
  • in a complete graph, E = V(V-1)/2

[Diagram:Pic/complete.png]