HomeServicesBlogDictionariesContactSpanish Course
← Back to search

Meaning of skip list | Babel Free

Noun CEFR B2

Definitions

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.

Examples

“Skip list follows a linked list alike structure. However, the worst case time complexity for a search operation in linked list in O(n) as the list is linearly traversed while searching whereas for a skip list it is O(#92;logn).”

CEFR level

B2
Upper Intermediate
This word is part of the CEFR B2 vocabulary — upper intermediate level.

See also

Learn this word in context

See skip list used in real conversations inside our free language course.

Start Free Course