skip list

التعريفات والمعاني

== English == === Noun === skip list (plural skip lists) (computing theory) A probabilistic data structure that allows fast search within an ordered sequence of elements by maintaining a linked hierarchy of subsequences, with each successive subsequence skipping over fewer elements than the previous one.