Registry / utility / infobloxopen-go-trees

infobloxopen-go-trees

JSON →
library0.0.0-20221216143356-66ceba885ebcgogounverified

Go Trees provides implementations of various tree data structures, including interval trees and binary search trees, for efficient data management.

go get github.com/infobloxopen/go-trees
INSTALL
IMPORT
SIG · INFOBLOXOPEN-GO-TR
I
infobloxopen-go-trees
utilitygov0.0.0-20221216143356-66ceba885ebc
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

trees
github.com/infobloxopen/go-trees

Creates an interval tree and inserts an interval.

package main import ( "fmt" "github.com/infobloxopen/go-trees/interval" ) func main() { tree := interval.NewTree() tree.Insert(interval.Int{Start: 1, End: 5}, "value") fmt.Println(tree) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20221216143356-66ceba885ebclatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
infobloxopen-go-trees — go get infobloxopen-go-trees · libregistry