Viewing profile — BuuQu9hu2
BuuQu9hu2
HN member- Joined
- Thu, Dec 31, 2020, 3:29 AM UTC
- HN karma
- -1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About BuuQu9hu2
No profile information was provided.
Recent public activity
-
comment
Comment #25590342
It is common knowledge that all recursive functions can be re-written using iteration (e.g. loops). See “ Recursion versus iteration” here https://en.m.wikipedia.org/wiki/Recursion…
-
comment
Comment #25589292
Um, ever heard of a “for loop”? An obvious alternative to recursion.