Monday, December 2, 2013

Algorithms do matter!

I just had a little too much free time a few days ago and made a simple comparison about two sorting algorithms, one had O(n^2) complexity and the other one had O(n*log(n)).