You are viewing a single comment's thread. Return to all comments →
why binomial[n][k] = (binomial[n-1][k-1] + binomial[n-1][k]) % mod;?
Seems like cookies are disabled on this browser, please enable them to open this website
Grid Walking
You are viewing a single comment's thread. Return to all comments →
why binomial[n][k] = (binomial[n-1][k-1] + binomial[n-1][k]) % mod;?