Miscellaneous On Data Structures - Study Mode

[#171] Which of the following ciphered text would have NOT used transposition cipher for encryption of the plain text "CIPHER"?
Correct Answer

(C) DTIPRC

[#172] What will be the output if quickselect algorithm is applied to the array arr={1, 5, 4, 3, 7} with k given as 4?
Correct Answer

(D) 5

[#173] In a graph, an independent set is maximal if no further vertex can be added to the stay independent.
Correct Answer

(A) True

[#174] Which of the following methods can be used to solve n-queen's problem?
Correct Answer

(D) backtracking

[#175] What is the alternative name of playfair cipher?
Correct Answer

(B) Wheatstone playfair cipher