[issue17005] Add a topological sort algorithm

Jim Fasarakis-Hilliard report at bugs.python.org
Sun May 31 18:18:53 EDT 2020


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

Another option, `graphlib`[1], does exist on PyPI but is not maintained and currently read-only by the author. Other flavors[2][3] of the same name also don't seem to have much adoption so they shouldn't confuse if a name like `graphlib` was chosen.

[1] https://github.com/bruth/graphlib/
[2] https://github.com/MengLiuPurdue/graph_lib
[3] https://github.com/EmileTrotignon/GraphLib

----------

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


More information about the Python-bugs-list mailing list