April 17, 2024Question 7875 – Data-StructuresLet G be a simple undirected graph. Let TD be a depth first search tree of G. Let TB be a breadth first search tree of G. […]
April 17, 2024GATE 2015 [Set-2]Question 14 A binary tree T has 20 leaves. The number of nodes in T having two children is _________. A 19 B 20 C 21 […]
April 17, 2024Question 8395 – Data-StructuresGiven a hash table T with 25 slots that stores 2000 elements, the load factor α for T is ___________. Correct Answer: A Question 14 Explanation: […]
April 17, 2024Question 8078 – Data-StructuresLet Q denote a queue containing sixteen numbers and S be an empty stack. Head(Q) returns the element at the head of the queue Q without […]