Skip to content

Commit 4f3b625

Browse files
authored
Merge pull request #33 from datastructures-js/development
refactor
2 parents bf14077 + 2331e89 commit 4f3b625

File tree

9 files changed

+678
-517
lines changed

9 files changed

+678
-517
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.0.0] - 2021-04-14
10+
### Changed
11+
- return inserted node from `insert`.
12+
- BinarySearchTreeNode & AvlTreeNode methods.
13+
14+
### Fixed
15+
- README
16+
- jsdoc
17+
918
## [3.1.8] - 2021-04-02
1019
### Fixed
1120
- update the removed node value with min right one in avl tree.

0 commit comments

Comments
 (0)