10000
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 31dbc32 commit c58c7a8Copy full SHA for c58c7a8
README.md
@@ -87,7 +87,7 @@ We are covering the following data structures.
87
<!-- [Post](https://adrianmejia.com/blog/2018/06/11/data-structures-for-beginners-trees-binary-search-tree-tutorial/#Binary-Trees) -->
88
89
2. **Binary Search Trees** (BST): same as binary tree, but the
90
- nodes value keep this order `left < parent < rigth`.
+ nodes value keep this order `left < parent < right`.
91
[Code](https://github.com/amejiarosario/algorithms.js/blob/master/src/data-structures/trees/binary-search-tree.js)
92
|
93
[BST Time complexity](https://github.com/amejiarosario/dsa.js/blob/master/book/chapters/tree--binary-search-tree.adoc#tree-complexity)
0 commit comments