CompleteGraph¶
CompleteGraph[n] is the complete graph on n vertices — every pair of
vertices is connected, giving n (n-1)/2 edges.
CompleteGraph[{n1, n2, ...}] is the complete multipartite graph: vertices are
split into groups of the given sizes and joined only across different groups.
Such a graph is bipartite.