整数分割2 Posted 2016-04-21 by kztkym続き、 The partition after [1, 1, 3, 3] is [1, 2, 2, 3], for after subtracting 1 from 3, we should pack the three… もっと読む »
整数分割1 Posted 2016-03-02 by kztkym整数分割の方法のアルゴリズム、 The first integer partition of n is (最初のパーティションは ) B consists only 1’s, then done(パーティションが1のみで… もっと読む »