Stirling numbers of the second kind (Table)
(Mylib/Combinatorics/stirling_number_second_table.cpp)
Operations
-
stirling_number_table(int n)
- $S(0,0)$ ~ $S(n,n)$を列挙する。
- Time complexity $O(n^2)$
Requirements
Notes
Problems
References
Verified with
Code
Back to top page