lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Aug 25, 2016 at 4:53 PM, Phil Bewig <pbewig@gmail.com> wrote:
> Heapsort, which I described above, doesn't need to know the length in
> advance.

I believe the technicality is that it still has to have some notion of
a stopping point before you can start taking elements out if you
expect them to be in order.

/s/ Adam