Index
Problem list
Graph
Path
References
TODO list
P105
: Enumeration of all paths in a graph
P105
:
Enumeration of all paths in a graph
Input:
A graph $G = (V, E)$.
Output:
All paths in $G$.
Complexity:
$O(|E|)$ time per path with $O(|E|)$ space.
Comment:
Reference:
[
Read1975
] (
Bibtex
)