Skip to content

@datastructures-js/binary-search-tree-v5.3.0

Compare
Choose a tag to compare
@eyas-ranjous eyas-ranjous released this 31 Jan 07:33
· 9 commits to master since this release

[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.