http://qs321.pair.com?node_id=227944


in reply to Re: An informal introduction to O(N) notation
in thread An informal introduction to O(N) notation

So, thats one sort for each element in an n sized list... and if each sort is O(n) for one member, then n*n = ?