Multiple choice technology architecture

If every node u in G is adjacent to every other node v in G, A graph is said to be

  1. isolated

  2. complete

  3. finite

  4. strongly connected

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A complete graph is defined as a graph where every vertex is connected to every other vertex by a unique edge. If G has n vertices and every vertex is adjacent to all n-1 others, the graph is complete. This contrasts with isolated (no edges), finite (limited vertices), or strongly connected (directed graph concept).