timerace

  1. J

    Will a O(n) algorithm generally always win in a time-race over a O(n3) algorithm?

    n3 is n to the third I suppose 0 would make the two equal, is that only exception?
Back
Top