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.
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.