Skip to content

Releases: huandu/skiplist

New feature: Add new methods Find and FindNext to search key in a skip list

24 Sep 02:50
Compare
Choose a tag to compare

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.