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.
1 parent becc47b commit 5f4dc2aCopy full SHA for 5f4dc2a
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()**
0 commit comments