//
pkg.gl
Category
github.com/adohe/go-datastructures
augmentedtree
package
1.0.6
Repository:
https://github.com/adohe/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
490 SLOC
#
Functions
New
New constructs and returns a new interval tree with the max dimensions provided.
#
Interfaces
Interval
Interval is the interface that must be implemented by any item added to the interval tree.
Tree
Tree defines the object that is returned from the tree constructor.
#
Type aliases
Intervals
Intervals represents a list of Intervals.