Hi,
   Each problem will have a Time Limit like "write an algorithm to
sort an array" ( Time Limit : 5s ) ( Memory : 1Mb ) ( Input size : 200000 integers). Now the rules say that you have to code a sorting solution that runs within this time limit, no need any optimizations. The point is that we are expecting fast solutions that meet the requirements ( in this case an algo faster than bubble sort coz the time limit is high). The expected quality of the solution is therefore take care by the specified time limit.Time of submission therefore has a higher priority therefore.

Reply via email to