Order of Execution
In a recursive function, the position in which additional statements (i.e., statements other than the recursive call itself) are placed is important. In the simple case of a function calling itself only once, a statement placed before the recursive call will be executed first in the outermost stack frame, while a statement placed after the recursive call will be executed first in the innermost stack frame. Consider this example:
Read more about this topic: Recursion (computer Science)
Famous quotes containing the words order of, order and/or execution:
“A. Well, an old order is a violent one.
This proves nothing. Just one more truth, one more
Element in the immense disorder of truths.”
—Wallace Stevens (18791955)
“I knew I had to do it. It was an order from the coach.”
—Charlotte Smith (b. 1974)
“If I were asked to chose between execution and life in prison I would, of course, chose the latter. Its better to live somehow than not at all.”
—Anton Pavlovich Chekhov (18601904)