Skip to content

Commit 93ca45e

Browse files
authored
Merge pull request #7 from datastructures-js/development
v1.0.6
2 parents 57c2e09 + d477d8d commit 93ca45e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bst.insert(20);
5454

5555
gets the root node
5656
```javascript
57-
console.log(bst.root().getValue()); // 90
57+
console.log(bst.root().getValue()); // 50
5858
```
5959

6060
**.min()**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastructures-js/binary-search-tree",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "binary search tree implementation in javascript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)