October 7, 2023

Data-Structures

Question 3 Consider a double hashing scheme in which the primary hash function is h1(k) = k mod 23, and the secondary hash function is h2(k) […]
October 7, 2023

Sorting

Question 115 Heap sort may be considered as A Insertion sort done on a heap data structure instead of a list. B Selection sort done on […]
October 7, 2023

Arrays

Question 1 Consider the following C program. #include int main () { int a [4] [5] = {{1, 2, 3, 4, 5}, {6, 7, 8, 9, […]
October 7, 2023

Data-Structures

Question 17 The concatenation of two lists is to be performed in O(1) time. Which of the following implementations of a list should be used? A […]
error: Alert: Content selection is disabled!!