1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Which graph is used to define the claw f...
Q.

Which graph is used to define the claw free graph?

A. bipartite graph
B. claw graph
C. star graph
D. cartesian graph
Answer» B. claw graph
Explanation: star is a complete bipartite graph with one internal node and k leaves. star with three edges is called a claw. hence this graph is used to define claw free graph.

Discussion