[issue46071] Graphlib documentation (edge direction)

Dennis Sweeney report at bugs.python.org
Fri Jan 21 00:35:01 EST 2022


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

> It's not obvious if the "predecessor" should be the start or the end point of the edge

https://en.wikipedia.org/wiki/Directed_graph#Basic_terminology :
"""If a path leads from x to y, then y is said to be a successor of x and reachable from x, and x is said to be a predecessor of y."""

----------
nosy: +Dennis Sweeney

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


More information about the Python-bugs-list mailing list