Y
Hacker News
new
|
ask
|
show
|
jobs
by
hikkigaya
3070 days ago
I don't understand as well...
1 comments
2opt
3070 days ago
(n + k - 1) choose k
n = number of unique 4-bit values
k = size of multiset
(2^4 + 4 - 1) choose 4 = 3876
link
n = number of unique 4-bit values
k = size of multiset
(2^4 + 4 - 1) choose 4 = 3876