@datastructures-js/binary-search-tree-v4.3.0
[4.3.0] - 2021-08-09
Added
.floor
&.ceil
as delegates to.lowerBound
&upperBound
.
Fixed
.lowerBound
&upperBound
now finds the precise bound when multiple ones exist.- make param (value) optional on
.insert
.