InterviewSolution
Saved Bookmarks
| 1. |
Which term defines all the complete bipartite graph that are trees?(a) Symmetric(b) Anti – Symmetric(c) Circular(d) StarsThe question was asked in a job interview.My question comes from Bipartite Graphs topic in portion Bipartite Graphs of Data Structures & Algorithms II |
|
Answer» CORRECT option is (d) Stars Best explanation: STAR is a complete bipartite GRAPH with one INTERNAL node and k leaves. Therefore, all complete bipartite graph which is TREES are known as stars in graph theory. |
|