Skip to content

Skip list adds multi-level index on the original ordered linked list, and realizes fast search through index. Hop table can not only improve the search performance, but also improve the performance of insert and delete operations.

License

Notifications You must be signed in to change notification settings

xingwy/SkipList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkipList

Skip list adds multi-level index on the original ordered linked list, and realizes fast search through index. Hop table can not only improve the search performance, but also improve the performance of insert and delete operations.

Use API

  • slInsert
  • slRemove
  • search
  • searchs
  • getRank (未实现)

About

Skip list adds multi-level index on the original ordered linked list, and realizes fast search through index. Hop table can not only improve the search performance, but also improve the performance of insert and delete operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published