7 跳过列表与二进制搜索树 我最近遇到了被称为跳过列表的数据结构。它的行为似乎与二叉搜索树非常相似。 您为什么要在二进制搜索树上使用跳过列表? 218 algorithm language-agnostic data-structures binary-tree skip-lists