Skip to content

Releases: datastructures-js/binary-search-tree

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

20 Jun 20:03
c325c07
Compare
Choose a tag to compare

[4.2.2] - 2021-06-20

Fixed

  • index.d.ts

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

20 Jun 18:49
c337baf
Compare
Choose a tag to compare

[4.2.1] - 2021-06-20

Fixed

  • export.

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

19 Jun 11:50
99dd77e
Compare
Choose a tag to compare

[4.2.0] - 2021-06-19

Added

  • typescript.

@datastructures-js/binary-search-tree

29 May 19:35
641472b
Compare
Choose a tag to compare

[4.1.1] - 2021-05-29

Fixed

  • typo in export name.

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

21 Apr 12:09
9190b1d
Compare
Choose a tag to compare

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

@datastructures-js/binary-search-tree

15 Apr 09:32
4e50d08
Compare
Choose a tag to compare

[4.0.1] - 2021-04-15

Fixed

  • exported AvlTreeNode path.

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

13 Apr 23:02
4f3b625
Compare
Choose a tag to compare

[4.0.0] - 2021-04-14

Changed

  • return inserted node from insert.
  • BinarySearchTreeNode & AvlTreeNode methods.

Fixed

  • README
  • jsdoc

@datastructures-js/binary-search-tree-v3.1.8

02 Apr 18:55
bf14077
Compare
Choose a tag to compare

[3.1.8] - 2021-04-02

Fixed

  • update the removed node value with min right one in avl tree.

@datastructures-js/binary-search-tree-v3.1.7

27 Jan 14:27
84c80f8
Compare
Choose a tag to compare

[3.1.7] - 2021-01-26

Fixed

  • update the removed node value with min right one.

@datastructures-js/binary-search-tree-v3.1.6

15 Apr 05:34
c6f6a12
Compare
Choose a tag to compare

[3.1.5] - 2020-04-15

Fixed

  • README