Documentation ¶
Index ¶
Constants ¶
View Source
const MaxHeight = 17
TODO: This should probably be a configuration value
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SkipListSet ¶
type SkipListSet[K constraints.Ordered] interface { Insert(key K) Contains(key K) bool Delete(key K) Size() uint }
func NewSkipListSet ¶
func NewSkipListSet[K constraints.Ordered]() SkipListSet[K]
Click to show internal directories.
Click to hide internal directories.