Content deleted Content added
cleaner description of see also |
m caps |
||
Line 269:
</syntaxhighlight>
Note the use of [[short-circuit evaluation]] of the Boolean && (AND) operators, so that the recursive call is made only if the node is valid (non-Null). Note that while the first term in the AND is a pointer to a node, the second term is a
===Hybrid algorithm===
|