package
0.0.0-20150211160725-59788d5eb259
Repository: https://github.com/golang-collections/go-datastructures.git
Documentation: pkg.go.dev

# Functions

New will allocate, initialize, and return a new B-Tree based on PALM principles.

# Interfaces

BTree is the interface returned from this package's constructor.
Key defines items that can be inserted into or searched for in the tree.

# Type aliases

Keys is a typed list of Key interfaces.