Comment on Turn O(n^2) reverse into O(n)parentComments−fekberg12yShouldn't we optimize all our programs?−eru12yOnly the programs that aren't good (eg fast, simple, small) enough.−fekberg12yI agree with you on that, in this case it wasn't fast enough though. I think "optimize" should be a part of the "refactoring" phase.
Comments
Shouldn't we optimize all our programs?
Only the programs that aren't good (eg fast, simple, small) enough.
I agree with you on that, in this case it wasn't fast enough though. I think "optimize" should be a part of the "refactoring" phase.