@datastructures-js/binary-search-tree-v5.3.0
[5.3.0] - 2023-01-30
Added
removeNode
to remove a node by its reference.upperBoundKey
,floorKey
,lowerBoundKey
,ceilKey
to support finding nodes by the object comparison key.
removeNode
to remove a node by its reference.upperBoundKey
, floorKey
, lowerBoundKey
, ceilKey
to support finding nodes by the object comparison key.