/go-datastructures

Primary LanguageGoApache License 2.0Apache-2.0

go-datastructures

augmentedtree

This is an implemnetation of an interval tree for collision in n-dimensional ranges. It is a fork of augmentedtree package from Workiva with one modification: it supports intervals with integers of arbitrary size using Go's math/big package.