|
|
|
|
|
by spapas82
194 days ago
|
|
For tco to be really useful you need to think in a non procedural way. Imagine that you don't have loops in your language so you need recursion to do stuff multiple times. Also even in procedural languages there are some problems that are easier to understand and model if you use recursion, for example tree or graph like structures. |
|