What is a skip list?

Q & ACategory: Data StructureWhat is a skip list?
Admin Staff asked 4 years ago

What is a skip list?
a) a linkedlist with size value in nodes
b) a linkedlist that allows faster search within an ordered sequence
c) a linkedlist that allows slower search within an ordered sequence
d) a tree which is in the form of linked list

1 Answers
Admin Staff answered 4 years ago

b) a linkedlist that allows faster search within an ordered sequence