Sorting with only a partial order definition

Fredrik Lundh fredrik at pythonware.com
Thu Oct 27 05:45:30 EDT 2005


Bryan Olson wrote:

> The usual tools to deal with partial orderings are directed acyclic graphs,
> and "topological sorting".  Try Googling the terms along with "Python".

here's a rather powerful timbot implementation:

    http://mail.python.org/pipermail/python-list/1999-July/006625.html

</F> 






More information about the Python-list mailing list