package
1.0.28
Repository: https://github.com/heshed/go-datastructures.git
Documentation: pkg.go.dev

# Functions

New will allocate, initialize, and return a new skiplist.

# Structs

Skip list is a datastructure that probabalistically determines relationships between nodes.

# Interfaces

Iterator defines an interface that allows a consumer to iterate all results of a query.