|
|
|
|
|
by 10000truths
1415 days ago
|
|
It's not strictly necessary precisely because all recursions can be "simulated" with a heap allocated stack. And in fact, the "simulated" approach is almost always better, from both a performance and a maintenance perspective. |
|