Thanks to visit codestin.com
Credit goes to github.com

Skip to content

j84guo/skip-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Skip List

Skip lists are a randomized index sructure capable of implementing an ordered map ADT. They are simpler than self-balancing trees while providing O(log n) average case performance for operations.

About

Implementation of a skip list (randomized index structure) in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published