I learned in day 9 part 2 that my solution based o...
# advent-of-code
c
I learned in day 9 part 2 that my solution based on recursion fails due to a StackOverflowError. The program is just too long. I had to switch to a loop, now it works. 😅
j
Yeah, from Reddit:
Part 2 was testing your interpreter's ability to call a recursive function.
👍 1
b
I was wondering at which point recursion fails this way. I thought that with all the talk about recursion here someone would try this for the int computer. I guess I got my answer 😉
😂 1