Hacker News new | ask | show | jobs
by coldtea 3223 days ago
Why, is anybody restricted to using recursion in their solutions?
1 comments

You are not restricted to recursion, loops, functions etc, but these language constructs might be useful in situations, and therefore the performance (overhead) of these constructs is interesting.