Leaf routine: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Fact}}
m Add "references" header
Line 7:
Usually, most non-leaf subroutines call more than one other subroutine. When this is the case, the majority of subroutine calls in the call graph are calls to leaf subroutines, because a [[binary tree]] has more leaf nodes than non-leaf nodes (assuming that all non-leaf nodes have two children). Consequently, the efficiency of calls to leaf subroutine often has a significant effect on the efficiency of the whole program. {{fact|date=July 2025}}
 
 
== References ==
{{Reflist}}
 
[[Category:Subroutines]]