Live data from Hacker News

Viewing profile — BuuQu9hu2

BuuQu9hu2

HN member
Joined
Thu, Dec 31, 2020, 3:29 AM UTC
HN karma
-1
Public activity
2 items

About BuuQu9hu2

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #25589292

    Um, ever heard of a “for loop”? An obvious alternative to recursion.