lua-users home
lua-l archive

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


> Is it possible to find linear extension of partially ordered set using
> table.sort?

No. You're probably looking for an implementation of topological sort.