Content deleted Content added
Guy Harris (talk | contribs) Update to mention various other names. A leaf routine is a routine that happens not to call another routine; a non-leaf routine can become a leaf routine, and *vice versa*, with code changes. |
Guy Harris (talk | contribs) Restrictive clause, so use "that". |
||
Line 1:
{{short description|Subroutines in computer science}}
A '''leaf routine''', '''leaf subroutine''', '''leaf function''', or '''leaf procedure''' is a [[function (computer programming)|function]]
The term "leaf" refers to their position as [[leaf node]]s in the [[call graph]] of the program.
|