We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57c2e09 + d477d8d commit 93ca45eCopy full SHA for 93ca45e
README.md
@@ -54,7 +54,7 @@ bst.insert(20);
54
55
gets the root node
56
```javascript
57
-console.log(bst.root().getValue()); // 90
+console.log(bst.root().getValue()); // 50
58
```
59
60
**.min()**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datastructures-js/binary-search-tree",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "binary search tree implementation in javascript",
5
"main": "index.js",
6
"scripts": {
0 commit comments