Index
Problem list
Permutation
Arrangements
References
TODO list
Permutation
/
Arrangements
(
Bibtex
)
P381
:
Enumeration of all arrangements with $n$ marks
Input:
An integer $n$.
Output:
All arrangements with $n$ marks.
Complexity:
$O(n!)$ total time.
Comment:
Reference:
[
Wells1961
] (
Bibtex
)
P382
:
Enumeration of all arrangements with $n$ marks
Input:
An integer $n$.
Output:
All arrangements with $n$ marks.
Complexity:
$O(n!)$ total time.
Comment:
Reference:
[
Johnson1963
] (
Bibtex
)