Index
Problem list
Graph
Chordal graph
References
TODO list
P270
: Enumeration of all chordal graphs in a graph
P270
:
Enumeration of all chordal graphs in a graph
Input:
A graph $G$.
Output:
All chordal graphs in $G$.
Complexity:
$O(1)$ delay with $O(n^3)$ space.
Comment:
Using reverse search.
Reference:
[
Kiyomi2006
] (
Bibtex
)