Skip to content

Opening book details…

Can I read Interval Tree Algorithm Overview on EtoBox?

Interval Tree Algorithm Overview by farzi kaam is a document available to read on EtoBox.

What is Interval Tree Algorithm Overview about?

This document describes an interval tree data structure that allows adding, deleting, and checking for overlap of intervals in logarithmic time. It builds a binary search tree (BST) using the low endpoint of each interval as the key. Each node stores its maximum endpoint value and updates as nodes are inserted or deleted. The Overlap method searches the tree in logarithmic time to find any intervals overlapping a given range by comparing endpoints at each node.

Author
farzi kaam
Language
EN