Vidyalelo
Data Structure · Q73

Linked Lists in Data Structures

Programming · Data Structure · question 73

Q73

What is a skip list?

A.
a linkedlist with size value in nodes
B.
a linkedlist that allows faster search within an ordered sequence
Answer
C.
a linkedlist that allows slower search within an ordered sequence
D.
a tree which is in the form of linked list

Answer: Option B

Solution

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