Design And Analysis Of Algorithms Set 13

On This Page

This set of Design and Analysis of Algorithms Multiple Choice Questions & Answers (MCQs) focuses on Design And Analysis Of Algorithms Set 13

Q1 | Fractional knapsack problem can be solved in time O(n).
Q2 | Find the maximum value output assuming items to be divisible.
Q3 | The result of the fractional knapsack is greater than or equal to 0/1 knapsack.
Q4 | The main time taking step in fractional knapsack problem is                        
Q5 | Find the maximum value output assuming items to be divisible and nondivisible respectively.
Q6 | Given G is a bipartite graph and the bipartitions of this graphs are U and V respectively. What is the relation between them?
Q7 | A k-regular bipartite graph is the one in which degree of each vertices is k for all the vertices in the graph. Given that the bipartitions of this graph are U and V respectively. What is the relation between them?
Q8 | A complete bipartite graph is a one in which each vertex in set X has an edge with set Y. Let n be the total number of vertices. For maximum number of edges, the total number of vertices hat should be present on set X is?
Q9 | When is a graph said to be bipartite?
Q10 | Are trees bipartite?
Q11 | A graph has 20 vertices. The maximum number of edges it can have is? (Given it is bipartite)
Q12 | Given that a graph contains no odd cycle. Is it enough to tell that it is bipartite?
Q13 | Can there exist a graph which is both eulerian and is bipartite?
Q14 | A graph is found to be 2 colorable. What can be said about that graph?
Q15 | Which type of graph has no odd cycle in it?
Q16 | What type of graph has chromatic number less than or equal to 2?
Q17 | Which of the following is the correct type of spectrum of the bipartite graph?
Q18 | Which of the following is not a property of the bipartite graph?
Q19 | Which one of the following is the chromatic number of bipartite graph?
Q20 | Which graph has a size of minimum vertex cover equal to maximum matching?
Q21 | Which theorem gives the relation between the minimum vertex cover and maximum matching?
Q22 | Which of the following is not a property of perfect graph?
Q23 | Which of the following has maximum clique size 2?
Q24 | What is the chromatic number of compliment of line graph of bipartite graph?
Q25 | What is the clique size of the line graph of bipartite graph?