Question:medium

Choose the correct statement about connected components.

Show Hint

Connected Component = Maximal Connected Subgraph. Whenever a graph is disconnected, it can be partitioned into one or more connected components.
Updated On: Jun 25, 2026
  • A connected component of a graph is a maximal connected subgraph of that graph
  • A connected component of a graph is a Hamiltonian circuit
  • A connected component of a graph may be Euler but not Hamiltonian
  • A complete directed graph will not have connected component
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0