Hi,
I've solved VONNY with Python and recursion. It fails with a TLE, though the two test cases run very quickly on my workstation.
Is there something about Python and Spoj not working well together? Is there a way to get my workstation to perform in a similar manner to the Spoj environment, so I can test the performance of my solutions? This is the second one now (also CUBES) that I am quite sure I have functioning correctly. They function quickly on my workstation, but fail on testing.
Very frustrating. Please help.
Thanks
Gene