An open API service indexing awesome lists of open source software.

https://github.com/n1ghtf1re/counting-the-binomial-coefficients

Calculation and derivation of binomial Newton coefficients for a certain degree
https://github.com/n1ghtf1re/counting-the-binomial-coefficients

Last synced: 6 months ago
JSON representation

Calculation and derivation of binomial Newton coefficients for a certain degree

Awesome Lists containing this project

README

          

# Counting the binomial coefficient

About task
--------------------
In mathematics, any of the positive integers that occurs as a coefficient in the binomial theorem is a binomial coefficient.

About program
--------------------
The program calculates binomial coefficients for the Nth power.
For comparison, the program has two implementation algorithms: recursive and non-recursive

Algorithm scheme:
--------------------
![Algorithm scheme](https://github.com/N1ghtF1re/Counting-the-binomial-coefficients/blob/master/docs/scheme.png)