//
pkg.gl
Category
github.com/sandwich-go/boost
xcontainer
redblacktree
package
1.3.48
Repository:
https://github.com/sandwich-go/boost.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
526 SLOC
#
Functions
New
New instantiates a red-black tree with the built-in comparator for K.
NewWith
NewWith instantiates a red-black tree with the custom comparator.
#
Structs
Node
Node is a single element within the tree.
Tree
Tree holds elements of the red-black tree.
#
Type aliases
Comparator
No description provided by the author