Implementation of a hierarchical data structure called Bandwidth Tree which records the interval for available link bandwidth instead of unit time slot. Used for QoS purpose
return the minimum aggregate bandwidth on a time interval [c,d) given the root of the bandwidth tree or a root of a bandwidth of a subtree.