...
October 16, 2023

GATE 1996

Question 13 An advantage of chained hash table (external hashing) over the open addressing scheme is A Worst case complexity of search operations is less? B […]
October 16, 2023

Data-Structures

Question 420 What operation is supported in constant time by the doubly linked list, but not by the singly linked list ? A Advance B Backup […]
October 16, 2023

GATE 2023

Question 13 Let SLLdel be a function that deletes a node in a singly-linked list given a pointer to the node and a pointer to the […]
October 16, 2023

Data-Structures

Question 8 Consider the problem of reversing a singly linked list. To take an example, given the linked list below, Which one of the following statements […]