Miscellaneous On Data Structures - Study Mode

[#616] Counting intersections can be done using the inclusion-exclusion principle only if it is combined with De Morgan's laws of complementing.
Correct Answer

(A) true

[#617] Is every complete bipartite graph a Moore Graph.
Correct Answer

(A) True

[#618] Who published the extended version of eight queens puzzle?
Correct Answer

(A) Franz Nauck

[#619] Solve the following recurrence using Master's theorem. T(n) = 2T (n/2) + n/ log n
Correct Answer

(D) cannot be solved using master's theorem

[#620] In n-queen problem, how many values of n does not provide an optimal solution?
Correct Answer

(B) 2