[issue17005] Add a topological sort algorithm

Jim Fasarakis-Hilliard report at bugs.python.org
Sun May 31 17:09:35 EDT 2020


Jim Fasarakis-Hilliard <d.f.hilliard at gmail.com> added the comment:

The downside I see with any graph prefixed names is the fact that it implies a larger collection of graph operations.

Add that to the fact that people might be more tempted to propose many  graph related algorithms/utilities to a module with the same name.

A more localized name solves that.

----------

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


More information about the Python-bugs-list mailing list