|
|
|
|
|
by mtlmtlmtlmtl
1419 days ago
|
|
That's not really a fair comparison though. Recursion is strictly necessary to implement several algorithms. Even if "banned" from the language, you would have to simulate it using a heap allocated stack or something to do certain things. None of this applies to VLA arguments. |
|