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
AnswerC.
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