[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Length-unaware sorting algorithm
- From: Tim Hume <tim@...>
- Date: Fri, 26 Aug 2016 11:37:22 +1000 (AEST)
On Thu, 25 Aug 2016, Soni L. wrote:
Heapsort assumes there is a length. Insertion sort is just bad, nowhere near
quicksort, and it also iterates, effectively calculating a length.
Maybe you can describe the problem you are trying to solve with a bit more
context? That might make it easier to provide suggestions.
Cheers,
Tim.