Miscellaneous On Data Structures - Study Mode
[#731] Bifid square combines autokey square with transposition.
Correct Answer
(B) false
[#732] Given items as {value,weight} pairs {{40, 20},{30, 10},{20, 5}}. The capacity of knapsack=20. Find the maximum value output assuming items to be divisible.
Correct Answer
(A) 60
[#733] A graph has 20 vertices. The maximum number of edges it can have is? (Given it is bipartite)
Correct Answer
(A) 100
[#734] Which of the following best represents the time complexity for inserting an element in coalesced hashing?
Correct Answer
(B) O(1)
[#735] Which of the following is not an application of inclusion-exclusion principle?
Correct Answer
(D) Maximum flow problem