//
pkg.gl
Category
github.com/golang-collections/go-datastructures
slice
skip
package
0.0.0-20150211160725-59788d5eb259
Repository:
https://github.com/golang-collections/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
445 SLOC
#
Functions
New
New will allocate, initialize, and return a new skiplist.
#
Structs
SkipList
Skip list is a datastructure that probabalistically determines relationships between nodes.
#
Interfaces
Entry
Entry defines items that can be inserted into the skip list.
Iterator
Iterator defines an interface that allows a consumer to iterate all results of a query.
#
Type aliases
Entries
Entries is a typed list of interface Entry.