Tools / Data structures Interview questions
Define a complete Graph.
A complete graph is a graph with N vertices and an edge between every two vertices. Given that N is positive integer, there are no loops and every two vertices share exactly one edge.
The symbol KN denotes a complete graph with N vertices.
More Related questions...