Miscellaneous On Data Structures - Study Mode

[#111] What is the minimum value of RAND_MAX possible in any implementation?
Correct Answer

(B) 32767

[#112] Who coined the term 'backtracking'?
Correct Answer

(A) Lehmer

[#113] On removal of which of the following edges gives the minimum cut for the graph given below?
Correct Answer

(C) C-E, D-E

[#114] Strassen's matrix multiplication algorithm follows . . . . . . . . technique.
Correct Answer

(C) Divide and Conquer

[#115] The process of decryption is exactly same as that of encryption in beaufort cipher.
Correct Answer

(A) True