Skip to content

Bugfix for Min/Max in Overlapping Intervals

Latest
Compare
Choose a tag to compare
@apacha apacha released this 29 Apr 09:26
· 2 commits to master since this release

This release fixes #28 and resolves problems when intervals are overlapping, where the interval tree return the wrong min/max values.
Thanks to @nordic81 for this bugfix.