//
pkg.gl
Category
github.com/mathisonqin/go-datastructures
augmentedtree
package
1.0.22
Repository:
https://github.com/mathisonqin/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
387 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.