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 da7f4e8 commit 39a2aedCopy full SHA for 39a2aed
src/binarytree.jl
@@ -151,11 +151,11 @@ end
151
"""
152
BinaryTrees.minnode(tree)
153
154
-Find the `node` with the smallest `key` in the `tree`.
+Find the node with the smallest key in the `tree`.
155
156
BinaryTrees.minnode(node)
157
158
-Find the `node` with the smallest `key` in the subtree rooted at `node`.
+Find the node with the smallest key in the subtree rooted at `node`.
159
If `nothing` is provided, `nothing` is returned.
160
161
minnode(tree::BinaryTree) = minnode(root(tree))
0 commit comments