Miscellaneous On Data Structures - Study Mode

[#346] What is the size of the smallest maximal independent set of a chain of 7 nodes?
Correct Answer

(C) 3

[#347] In which layer of the computer networks is the flooding algorithm implemented?
Correct Answer

(B) Network layer

[#348] What is the running time of Karger's algorithm to find the minimum cut in a graph?
Correct Answer

(B) O(|V| 2 )

[#349] The time is taken to find the 'n' points that lie in a convex quadrilateral is?
Correct Answer

(A) O(N)

[#350] Which data structure is used for implementing a self-balancing tree with O(log n) operations?
Correct Answer

(C) Red-Black Tree