/Binomial_Coefficient

Write a function to calculate nCr when n and r are given using binomial coefficient rules. nCr = n-1Cr + n-1Cr-1 nC0 = 1 nCn = 1

Primary LanguageCMIT LicenseMIT

Stargazers

No one’s star this repository yet.