October 11, 2023

Hashing

Question 1 Consider a dynamic hashing approach for 4-bit integer keys: There is a main hash table of size 4. The 2 least significant bits of […]
October 11, 2023

GATE 2020

Question 27 What is the worst case time complexity of inserting n elements into an empty linked list, if the linked list needs to be maintained […]
October 11, 2023

GATE 1994

Question 17 Linked lists are not suitable data structures of which one of the following problems? A Insertion sort B Binary search C Radix sort D Polynomial […]
October 11, 2023

Data-Structures

Question 363 If file size is large and if it is to be accessed randomly then which of the following allocation strategy should be best to […]