Vidyalelo
Data Structure · Q64

Linked Lists in Data Structures

Programming · Data Structure · question 64

Q64

Consider the 2-level skip list How to access 38?

Consider the 2-level skip list
Linked Lists in Data Structures mcq question image
How to access 38?
A.
travel 20-30-35-38
Answer
B.
travel 20-30-40-38
C.
travel 20-38
D.
travel 20-40-38

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board