Miscellaneous On Data Structures - Study Mode
[#761] To which class does the Euler's circuit problem belong?
Correct Answer
(A) P class
[#762] What is the minimum number of cuts that a graph with 'n' vertices can have?
Correct Answer
(C) n(n+1)/2
[#763] How many edges will a tree consisting of N nodes have?
Correct Answer
(C) N - 1
[#764] The chromatic number of star graph with 3 vertices is greater than that of a complete graph with 3 vertices.
Correct Answer
(B) False
[#765] Which term defines all the complete bipartite graph that are trees?
Correct Answer
(D) Stars