inet icon indicating copy to clipboard operation
inet copied to clipboard

IntervalTree::deleteNode is slow, because it doesn't use binary search.

Open levy opened this issue 8 years ago • 0 comments

The current implementation potentially traverses the whole tree to find the node to be deleted.

levy avatar May 23 '17 15:05 levy