Miscellaneous On Data Structures - Study Mode
[#926] How many recursive calls are there in Recursive matrix multiplication through Simple Divide and Conquer Method?
Correct Answer
(D) 8
[#927] The graph which contains eulerian tour, is called an euler graph.
Correct Answer
(A) True
[#928] What is the worst case time complexity of dynamic programming solution of the subset sum problem(sum=given subset sum)?
Correct Answer
(D) O(sum*n)
[#929] Pigpen cipher is not susceptible to frequency analysis.
Correct Answer
(B) False
[#930] Trithemius cipher is a special case of . . . . . . . .
Correct Answer
(B) vigenere cipher