Add Two Numbers Leetcode problem

Have you completed the algorithm challenges in FCC? They are pretty good. I’m not sure about this specific case. But I know that some of these tests limit the amount of memory your code is allowed to use and it appears that you’ve exceeded that amount. The error message references node which leads me to believe the test is running in a different runtime than where you initially wrote the solution. So the memory limit may be different.