September 30, 2023

Data-Structures

Question 1 Let P be a singly linked list. Let Q be the pointer to an intermediate node x in the list. What is the worst-case […]
October 3, 2023

Data-Structures

Question 3 A queue is implemented using an array such that ENQUEUE and DEQUEUE operations are performed efficiently. Which one of the following statements is CORRECT […]
October 3, 2023

UGC NET CS 2011 June-Paper-2

Question 24 Consider a hash table of size m = 10000 and the hash function h(k) = ⌊m(kA mod 1)’⌋ for      A=(√5 – 1)/2 . The […]
October 3, 2023

GATE 2007

Question 12 The height of a binary tree is the maximum number of edges in any root to leaf path. The maximum number of nodes in […]
error: Alert: Content selection is disabled!!