[issue17005] Add a topological sort algorithm

Jim Fasarakis-Hilliard report at bugs.python.org
Sun May 31 15:32:30 EDT 2020


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

It does seem out of place in functools, intensified by it's odd interjection among the other functools objects.

Considering heapq and bisect exist as standalone modules, the idea that topological sorting could go in its own module wouldn't be without precedent.

----------
nosy: +Jim Fasarakis-Hilliard

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


More information about the Python-bugs-list mailing list