November 25, 2023

Question 8820 – GATE 2012

The recurrence relation capturing the optimal execution time of the Towers of Hanoi problem with n discs is Correct Answer: D Question 16 Explanation:  The recurrence […]
November 25, 2023

Question 10387 – GATE 2020

Consider the following five disk access requests of the form (request id, cylinder number) that are present in the disk scheduler queue at a given time. […]
November 26, 2023

Question 4992 – Algorithms

​The solution of recurrence relation : T(n)=2T(sqrt(n))+lg(n) is Correct Answer: D Question 286 Explanation:  T (n) = l og log (n) · l og (n) T […]
November 26, 2023

Question 5026 – Algorithms

Suppose that the splits at every level of Quicksort are in proportion 1-β to β, where 0 < β ≤ 0.5 is a constant. The number […]
error: Alert: Content selection is disabled!!