搜索资源列表
skip-list
- skip-list 一种数据结构 一种图的表示方法
SkipList
- SKiplist是一种概率应用于平衡树的替换数据结构。-Skip list is a probabilistic alternative to balanced trees that provide much of the simplicity of unbalanced trees , togethere with good worst-case expected performance.
skiplist
- 跳跃表Skip List的具体实现,注释详细-Skip List jump table to achieve the specific, detailed comments
SkipList
- 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 se
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 se
skiplist
- 跳转表,随机化的数据结构.插入logn,查询logn.但是占用空间较大.-skip list
SkipSet
- skip list的实现,主要根据Skip Lists: A Probabilistic Alternative to Balanced Trees by William Pugh-skip list
Skip_List
- Skip list implementation vc-Skip list implementation vc++
skip-src.tar
- skip DS on index for fast web search and token matching across multiple list in index
Skiplist
- java Skip List,简单制作java skip list-java Skip List
ConcurrentSkipListSubMapTest
- Concurrent Skip List Sub Map Test Source Code for Andriod.
ConcurrentSkipListMapTest
- Concurrent Skip List Map Test for Andriod.
ExtensionHeader
- Concurrent Skip List Sub Set Test extends JS R166 Test Case.
ConcurrentSkipListSubMapTest
- Concurrent Skip List Sub Map Test for Linux.
ConcurrentSkipListMapTest
- Concurrent Skip List Map Test for Linux v2.13.6.
algorithms-master
- 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
ConcurrentSkipListSubMapTest
- Concurrent Skip List Sub Map Test for Linux.
skip_list
- 跳跃表的C语言实现,此算法用于rt-thread。-Skip list implemented with C. It is used in rt-thread.
project-(2)
- this cpp is about the skip list which is much better than the AVL tree and B tr-this cpp is about the skip list which is much better than the AVL tree and B tree
wc_G14
- 跳跃表的实现,其中包括了添加,删除数据;建立跳跃表的结构(the algorithm of Skip List)