InterviewSolution
Saved Bookmarks
| 1. |
All paths and cyclic graphs are bipartite graphs.(a) True(b) FalseQuestion is taken from Undirected Graph in chapter Graph of Data Structures & Algorithms IThis question was addressed to me during an interview. |
|
Answer» RIGHT choice is (b) False To EXPLAIN: Only PATHS and EVEN cycles are bipartite graphs. |
|