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
- Host: GitHub
- URL: https://github.com/n1ghtf1re/counting-the-binomial-coefficients
- Owner: N1ghtF1re
- Created: 2018-03-17T08:55:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T09:06:48.000Z (over 7 years ago)
- Last Synced: 2025-02-19T05:51:29.320Z (8 months ago)
- Language: Pascal
- Size: 455 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-recursiveAlgorithm scheme:
--------------------
