(* File: Interval_Tree.thy Author: Bohua Zhan *) section ‹Interval tree› theory Interval_Tree imports Lists_Ex Interval begin text ‹ Functional version of interval tree. This is an augmented data structure on top of regular binary search trees (see BST.thy). See \<^cite>‹‹Section 14.3› in "cormen2009introduction"› for a reference. › subsection ‹Definition of an interval tree›