Welcome![Sign In][Sign Up]
Location:
Downloads WEB Code JSP/Java
Title: SkipList Download
 Description: 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). Each link of the sparser lists skips over many items of the full list in one step, hence the structure s name. These forward links may be added in a randomized way with a geometric/negative binomial distribution [1]. Insert, search and delete operations are performed in logarithmic expected time. The links may also be added in a non-probabilistic way so as to guarantee amortized (rather than merely expected) logarithmic cost.
 Downloaders recently: [More information of uploader rc71086]
 To Search:
  • [Binary_search] - This section allows you to browse the fi
  • [Linkedlist] - Linkedlist.java is a java example to pra
  • [LinkedList] - FULL Linked list,circular linked list,do
File list (Check if you may need any files):
SkipList.java
    

CodeBus www.codebus.net