• + 4 comments

    I have solved the problem, both recursively and then iteratively, in Python 2. However, 3 tests keep giving me a segmentation fault error when I submit.

    When I download a test case and run it against a copy-pasted version of my code on my local machine, I don't get that error...

    Any ideas for what else to try?