Skip to content

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

Compare
Choose a tag to compare
@eyas-ranjous eyas-ranjous released this 08 Aug 23:58
· 85 commits to master since this release
74e9a83

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