Skip to content

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

Compare
Choose a tag to compare
@eyas-ranjous eyas-ranjous released this 21 Apr 12:09
· 123 commits to master since this release
9190b1d

[4.1.0] - 2021-04-21

Added

  • .lowerBound(k) to find the node with biggest key less or equal a value k.
  • .upperBound(k) to find the node with smallest key bigger than a value k.