Skip to content

A SkipList is a linked-list with multiple levels that act as "express ways" allow operations to be performed with a logarithmic complexity.

Notifications You must be signed in to change notification settings

JuanAArias/SkipList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SkipList

A SkipList is a linked-list with multiple levels that act as "express ways" allow operations to be performed with a logarithmic complexity.

About

A SkipList is a linked-list with multiple levels that act as "express ways" allow operations to be performed with a logarithmic complexity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages