|
|
|
|
|
by ohkaiby
3162 days ago
|
|
No, if you look at vanderZwan's explanation for the non-tail recursive call, you'll see that it doesn't build on a finished result of the previous call. > You have to recurse until you reach n == 0, and only then does the whole sum "collapse". |
|