Struct inttree

Struct Documentation

struct inttree

An interval tree (specialized bstree)

Binary Search Tree using approach from Introduction to Algorithms.