Miscellaneous On Data Structures - Study Mode
[#751] What happens when the backtracking algorithm reaches a complete solution?
Correct Answer
(B) It continues searching for other possible solutions
[#752] Vigenere cipher is an example of . . . . . . . .
Correct Answer
(B) poly-alphabetic cipher
[#753] If GCD of two number is 8 and LCM is 144, then what is the second number if first number is 72?
Correct Answer
(D) 16
[#754] Which one of the following is an application for matching?
Correct Answer
(B) Pairing boys and girls for a dance
[#755] Tower of hanoi problem can be solved iteratively.
Correct Answer
(A) True