+ 1
maximum call stack size exceeded
there was an error in my code : maximum call stack size exceeded. Help https://code.sololearn.com/W36ZBo3H0A21/?ref=app
4 Answers
+ 2
LOID GAME Take a look at this modified code. Hopefully it will make sense.
https://code.sololearn.com/WcE8MZ8a80A6/?ref=app
+ 1
happens if recursion has no exit.
why do you recall your function?
+ 1
Thank you very much, I'm not ready for such an error
0
the function is called until the very first condition is met