Releases: huandu/skiplist
Releases · huandu/skiplist
New feature: Add new methods Find and FindNext to search key in a skip list
Per #14 and thanks to @someblue, there are two new methods Find
and FindNext
in SkipList
. They can be used to search keys in a skip list.