Skip to content

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

Latest
Compare
Choose a tag to compare
@huandu huandu released this 24 Sep 02:50
· 5 commits to master since this release

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.