Miscellaneous On Data Structures - Study Mode

[#436] What is the average case time complexity of recursive selection sort?
Correct Answer

(C) O(n 2 )

[#437] As the number of frames available increases, the number of page faults decreases.
Correct Answer

(A) True

[#438] If 4 is the GCD of 16 and 12, What is the GCD of 12 and 4?
Correct Answer

(C) 4

[#439] What is the optimal time required for solving the closest pair problem using divide and conquer approach?
Correct Answer

(C) O(N log N)

[#440] Running key cipher is a transposition cipher.
Correct Answer

(B) false