Data Structures

Which of the following best describes Skip list?

Correct answer

A. A probabilistic data structure that uses multiple layers of linked lists to allow fast search within an ordered sequence.

Explanation

Skip list refers to a probabilistic data structure that uses multiple layers of linked lists to allow fast search within an ordered sequence.