Interval Tree Java Implementation
SATURDAY, APRIL 22, 1967
1 comment
In a recent Java project, I found myself needing to store several intervals of time which I could access readily and efficiently. I only needed to build the tree once, so a static data structure would work fine, but queries needed to be as efficient as possible. Read more…



