Releases: datastructures-js/binary-search-tree
Releases · datastructures-js/binary-search-tree
@datastructures-js/binary-search-tree-v4.2.2
[4.2.2] - 2021-06-20
Fixed
- index.d.ts
@datastructures-js/binary-search-tree-v4.2.1
[4.2.1] - 2021-06-20
Fixed
- export.
@datastructures-js/binary-search-tree-v4.2.0
[4.2.0] - 2021-06-19
Added
- typescript.
@datastructures-js/binary-search-tree
[4.1.1] - 2021-05-29
Fixed
- typo in export name.
@datastructures-js/binary-search-tree-v4.1.0
[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
[4.0.1] - 2021-04-15
Fixed
- exported AvlTreeNode path.
@datastructures-js/binary-search-tree-v4.0.0
[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
[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
[3.1.7] - 2021-01-26
Fixed
- update the removed node value with min right one.
@datastructures-js/binary-search-tree-v3.1.6
[3.1.5] - 2020-04-15
Fixed
- README