[issue17005] Add a topological sort algorithm

Pablo Galindo Salgado report at bugs.python.org
Sun May 31 18:35:21 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Opened https://github.com/python/cpython/pull/20558. I have *initially* proposed "graphlib" as it feels more in-line with other stdlib module names and as Jim pointed it does not collide with anything major. Also, I have proposed this initial name to not keep the scope too short in case we want to add new things in the future (although we can always say "no" and just keep this functionality).

----------

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


More information about the Python-bugs-list mailing list