Comment on Turn O(n^2) reverse into O(n)parentComments−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
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.