Y
Hacker News
new
|
ask
|
show
|
jobs
by
jacobwilliamroy
2909 days ago
Is it impossible to write a y-combinator with space complexity O(1)? I'm in the very early stages of a comp/sci education and have not yet learned how to prove that something is impossible.
1 comments
rs86
2909 days ago
Space complexity will depend on the computational model you choose.
link