//
pkg.gl
Category
github.com/golang-collections/go-datastructures
btree
palm
package
0.0.0-20150211160725-59788d5eb259
Repository:
https://github.com/golang-collections/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
579 SLOC
#
Functions
New
New will allocate, initialize, and return a new B-Tree based on PALM principles.
#
Interfaces
BTree
BTree is the interface returned from this package's constructor.
Key
Key defines items that can be inserted into or searched for in the tree.
#
Type aliases
Keys
Keys is a typed list of Key interfaces.