April 17, 2024Question 8409 – Data-StructuresThe result evaluating the postfix expression 10 5 + 60 6 / * 8 – is Correct Answer: C Question 39 Explanation: → ’10’ is pushed in […]
April 18, 2024Question 8117 – Data-StructuresN items are stored in a sorted doubly linked list. For a delete operation, a pointer is provided to the record to be deleted. For a […]
April 18, 2024GATE 2010Question 52 A hash table of length 10 uses open addressing with hash function h(k)=k mod 10, and linear probing. After inserting 6 values into an […]
April 18, 2024GATE 2010Question 53 A hash table of length 10 uses open addressing with hash function h(k)=k mod 10, and linear probing. After inserting 6 values into an […]