Generic skip list implemented in c++ and very efficient mixture of array plus nodes.
-
Notifications
You must be signed in to change notification settings - Fork 0
Skip list is a data structure that allows fast search within an ordered sequence of elements. Fast search is made possible by maintaining a linked hierarchy of subsequences, with each successive sub-sequence skipping over fewer elements than the previous one.
Bilalkhanten/Skip-List-Generic
About
Skip list is a data structure that allows fast search within an ordered sequence of elements. Fast search is made possible by maintaining a linked hierarchy of subsequences, with each successive sub-sequence skipping over fewer elements than the previous one.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published