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 39a2aed commit 00e54e9Copy full SHA for 00e54e9
src/binarytree.jl
@@ -170,11 +170,11 @@ minnode(node::Nothing) = nothing
170
"""
171
BinaryTrees.maxnode(tree)
172
173
-Find the `node` with the maximum `key` in the `tree`.
+Find the node with the maximum key in the `tree`.
174
175
BinaryTrees.maxnode(node)
176
177
-Find the `node` with the maximum `key` in the subtree rooted at `node`.
+Find the node with the maximum key in the subtree rooted at `node`.
178
If `nothing` is provided, `nothing` is returned.
179
180
maxnode(tree::BinaryTree) = maxnode(root(tree))
0 commit comments