We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Complete Graph

A complete graph is a graph where every pair of vertices is connected by an edge.

Vertices Edges
2 1
3 3
4 6
5 10
... ...

The formula for the number of edges in a complete graph is n(n - 1)/2, where n is the number of vertices.