...
October 9, 2024

KVS 22-12-2018 Part-B

Question 1 Which of the following algorithms use recursion for sorting an array of integers? A Bubble sort and Insertion sort B Bubble sort and Quicksort […]
October 17, 2024

Problem-Solving

Question 3 Consider a degree-5 polynomial function f : (−∞,∞) → (−∞,∞). If f exhibits at least four local maxima, which of the following is necessarily […]
October 20, 2024

Algorithms

Question 1 The equality above remains correct if X is replace by A Only I B Only II C I or III or IV but not […]
October 23, 2024

Asymptotic-Complexity

Question 32 Which of the following functions asymptotically grows the fastest as n goes to infinity? A (log log n)! B (log log n)log n C […]