Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
众所周知, skip list是一种非常迷人的数据结构,具有O(logn)插入/搜索功能,易于在复杂(AVL、红黑)树上实现,并且它已经在各种应用程序和框架中实现。
O(logn)
.NET 不知道这种数据结构(虽然 java 已经实现) ,他们有什么明显的原因吗?