Anonymous
11/9/2025, 3:41:38 PM
No.107153250
>>107153136
NTA, but doing it without recursion and with a manual stack is much better since you won't overflow the call stack on a very deep tree.
NTA, but doing it without recursion and with a manual stack is much better since you won't overflow the call stack on a very deep tree.