sl := NewSkipList[int, string]()
sl.Insert(10, "test1")
sl.Insert(30, "test1")
sl.Insert(20, "test2")
sl.Insert(40, "test2")
v, exist := sl.Search(40)
sl.Delete(40)
-
Notifications
You must be signed in to change notification settings - Fork 0
Ysoding/skiplist
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published