Fast Python in Programming Contests

2011-06-16 Thread KK
How can the execution time of python program be increased in programming contest so that we dont get TLE for gud algos.. -- http://mail.python.org/mailman/listinfo/python-list

Re: Fast Python in Programming Contests

2011-06-16 Thread Terry Reedy
On 6/16/2011 3:09 AM, KK wrote: How can the execution time of python program be increased in decreased programming contest so that we dont get TLE for gud algos.. TLE = time limit expired? Sites or 'contests' that have the same time limit for Python as for C, especially when the