/Binomial_Coefficient

Three different methods of computing the binomial coefficient

Primary LanguagePython

Binomial_Coefficient

Three different methods of computing the binomial coefficient.

The Naive method using the factorial The multiplicative method, wich is the most efficient method The Pascal's triangle method