Top 150+ Solved Design and Analysis of Algorithms MCQ Questions Answer
Q. Which term defines all the complete bipartite graph that are trees?
a. symmetric
b. anti – symmetric
c. circular
d. stars
Q. Which graph is used to define the claw free graph?
a. bipartite graph
b. claw graph
c. star graph
d. cartesian graph
Q. What is testing of a complete bipartite subgraph in a bipartite graph problem called?
a. p problem
b. p-complete problem
c. np problem
d. np-complete problem
Q. Which graph cannot contain K3, 3 as a minor of graph?
a. planar graph
b. outer planar graph
c. non planar graph
d. inner planar graph
Q. Which complete graph is not present in minor of Outer Planar Graph?
a. k3, 3
b. k3, 1
c. k3, 2
d. k1, 1
Q. What does Maximum flow problem involve?
a. finding a flow between source and sink that is maximum
b. finding a flow between source and sink that is minimum
c. finding the shortest path between source and sink
d. computing a minimum spanning tree