Viewing profile — crimsonaluca20
crimsonaluca20
HN member- Joined
- Wed, Jul 15, 2020, 2:01 PM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About crimsonaluca20
No profile information was provided.
Recent public activity
-
comment
Comment #23845594
For the code above memory complexity is still O(N) even in a language that optimizes for tail calls. This occurs because you have an additional expression that occurs AFTER your re…
-
comment
Comment #23845531
>(Basically, in Haskell or Scheme your recursion will be compiled into the same machine language sequence of straight-line code plus conditional jump as the iterative loop.) This i…