October 6, 2023

UGC NET CS 2014 Dec-Paper-2

Question 8 How many PUSH and POP operations will be needed to evaluate the following expression by reverse polish notation in a stack machine (A * […]
October 6, 2023

Data-Structures

Question 25 Let p be a pointer as shown in the figure in a single linked list. What do the following assignment statements achieve? q: = […]
October 6, 2023

UGC NET June-2019 CS Paper-2

Question 24 Consider double hashing of the form h(k,i)=(h​ 1​ (k)+ih​ 2​ (k)) mod m Where h​ 1​ (k)=k mod m h​ 2​ (k)=1+(k mod n) […]
October 6, 2023

Data-Structures

Question 16 A binary search tree is used to locate the number 43. Which of the following probe sequences are possible and which are not? Explain. […]
error: Alert: Content selection is disabled!!