sfcpl 0.1.1

private library for atcoder
Documentation
1
2
3
4
5
6
7
8
pub mod binomial_coefficient;

// 順列
pub mod permutation;
// 組み合わせ
pub mod combination;
// 重複組み合わせ (repetition combination)
// pub mod homogeneous_product;