Miscellaneous On Data Structures - Study Mode

[#226] What will be the plain text corresponding to cipher text "RVUVMF" if trithemius cipher is used?
Correct Answer

(B) RUSSIA

[#227] Time complexity to find the solution of activity selection problem takes O(n log n) time, when the list is not sorted.
Correct Answer

(A) True

[#228] A matching that matches all the vertices of a graph is called?
Correct Answer

(A) Perfect matching

[#229] Recursive program to raise an integer x to power y uses which of the following algorithm?
Correct Answer

(C) Divide and conquer

[#230] Rail fence cipher is more secure than one time pad cipher.
Correct Answer

(B) False