Computer Science, asked by ravinask7, 8 hours ago

Write an algorithm for Binomial Coefficient with an example.

Answers

Answered by Anonymous
2

{\huge{\underline{\boxed{\red{Answer}}}}}

C++Server Side ProgrammingProgramming. Binomial coefficient denoted as c(n,k) or ncr is defined as coefficient of xk in the binomial expansion of (1+X)n. The Binomial coefficient also gives the value of the number of ways in which k items are chosen from among n objects i.e. k-combinations of n-element set.

Similar questions