haar_
lib
0.1.0
In haar_
lib::
math::
montmort
haar_lib
::
math
::
montmort
Function
montmort
Copy item path
Source
pub fn montmort(n:
usize
, m:
u64
) ->
Vec
<
u64
>
Expand description
長さ
0
から
n
までの完全順列の個数を列挙する。
Time complexity
$O(n)$