Recurse vs Recursed - What's the difference?
recurse | recursed |
(computing) To execute a procedure recursively.
As verbs the difference between recurse and recursed
is that recurse is (computing) to execute a procedure recursively while recursed is (recurse).recurse
English
Verb
(recurs)- The algorithm then recurses on the children of the current tree node.