Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SkipList ¶
SkipList : Structure to hold the skiplist datastructure
func NewSkipList ¶
NewSkipList : Constructor for the `SkipList` datastructure
func (*SkipList) Delete ¶
Delete : delete the `key` from the `SkipList` if present. Return a boolean indicating the actual removal.
Click to show internal directories.
Click to hide internal directories.