skip list

短语

词形变化

skip lists 复数 skip lists

释义与例句

n.
  1. 1.

    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.

    计算机 工程 数学