Consider the following assertion (A) and reason (R) and select the correct code given below: (A): No man is perfect. (R): Some men are not perfect. […]
The minimum height of an AVL tree with n nodes is Correct Answer: A Question 8 Explanation: Minimum: ceil(log2(n+1)) Maximum: floor(1.44*log2(n+2)-.328) Node: Option B is most […]
Arrange the following functions in increasing asymptotic order: A. n1/3 B. en C. n7/4 D. n log9n E. 1.0000001n Correct Answer: A Question 10 Explanation: A […]