Ad
  • Custom User Avatar

    I have a solution in Python that in the worst case (n = 20000 and m = 20000) it takes 1.08s (measured with timeit). Still can't beat the timeout error. Can someone tell me at least how far am I to an acceptable solution (in time)??? How fast should I be aiming on this?