April 18, 2024

GATE 2001

Question 14 Randomized quicksort is an extension of quicksort where the pivot is chosen randomly. What is the worst case complexity of sorting n numbers using […]
April 18, 2024

Question 10667 – Sorting

If we use Radix Sort to sort n integers in the range [nk/2, nk], for some k>0 which is independent of n, the time taken would […]
April 18, 2024

Question 10618 – Sorting

Let P be a quicksort program to sort numbers in ascending order. Let t1 and t2 be the time taken by the program for the inputs […]
April 19, 2024

Question 8476 – Arrays

Consider the list of numbers 1, 2, 3, …, 1000 is stored in a[0..999]. What will be the total number of comparisons to search x = […]
April 21, 2024

GATE 1995

Question 26 The capacity of a memory unit is defined by the number of words multiplied by the number of bits/word. How many separate address and data […]
April 22, 2024

Higher-Education-and-Politics

Question 25 The Citizen’s Charter is an instrument which seeks to make an organisation (i) Transparent (ii) Accountable (iii) Formal (iv) Accessible A (i) and (iii) […]
April 23, 2024

SQL

Question 5 Which of the  following statements are TRUE about an SQL query? P:An SQL query can contain a HAVING clause even if it does not […]