October 11, 2023HashingQuestion 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, 2023GATE 2020Question 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, 2023GATE 1994Question 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, 2023Data-StructuresQuestion 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 […]