Releases: datastructures-js/binary-search-tree
Releases · datastructures-js/binary-search-tree
@datastructures-js/binary-search-tree-v3.1.5
[3.1.5] - 2020-04-12
Fixed
- README
@datastructures-js/binary-search-tree-v3.1.4
[3.1.4] - 2020-04-12
Fixed
- jsdoc
@datastructures-js/binary-search-tree-v3.1.3
[3.1.3] - 2020-04-10
Fixed
- README
@datastructures-js/binary-search-tree-v3.1.2
[3.1.2] - 2020-04-10
Fixed
- README
- jsdoc
@datastructures-js/binary-search-tree-v3.1.1
[3.1.1] - 2020-04-01
Fixed
- use the same balancing algorithm for insert and remove.
@datastructures-js/binary-search-tree-v3.1.0
[3.1.0] - 2020-03-31
Added
- AvlTreeNode & AvlTree implementation.
@datastructures-js/binary-search-tree-v3.0.1
[3.0.1] - 2020-03-29
Fixed
- return the updated node in
.insert
@datastructures-js/binary-search-tree-v3.0.0
[3.0.0] - 2020-03-28
Changed
- New release