Index
Problem list
Graph
Tree
References
TODO list
P342
: Enumeration of all binary trees with $n$ vertices
P342
:
Enumeration of all binary trees with $n$ vertices
Input:
An integer $n$.
Output:
All binary trees with $n$ vertices.
Complexity:
$O(1)$ delay.
Comment:
Reference:
[
Lucas1993
] (
Bibtex
)