文件名称:skiplist.c.tar
介绍说明--下载内容均来自于网络,请自行研究使用
A skip list is a data structure for storing a sorted list of items, using a hierarchy of linked lists that connect increasingly sparse subsequences of the items. These auxiliary lists allow item lookup with efficiency comparable to balanced binary search trees (that is, with number of probes proportional to log n instead of n).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
7941971skiplist.c.tar