Documentation
¶
Overview ¶
Package skiplist provides a skip list implementation based on W. Pugh's work
Index ¶
Constants ¶
View Source
const (
Height int = 32
)
Variables ¶
This section is empty.
Functions ¶
func NextIterator ¶
func NextIterator(lst skipList) func() interface{}
Iterator returning a function that returns the next value in a list
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.