Len gives the number of elements in the tree.
()
| 190 | Delete(ivl Interval) bool |
| 191 | // Len gives the number of elements in the tree. |
| 192 | Len() int |
| 193 | // Height is the number of levels in the tree; one node has height 1. |
| 194 | Height() int |
| 195 | // MaxHeight is the expected maximum tree height given the number of nodes. |
no outgoing calls