[issue17005] Add a topological sort algorithm

Terry J. Reedy report at bugs.python.org
Fri Jan 18 16:27:32 EST 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I think 'toposort' is a good name for a function that implements 'topological sorting'.
https://en.wikipedia.org/wiki/Topological_sorting

----------
versions: +Python 3.8 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue17005>
_______________________________________


More information about the Python-bugs-list mailing list