We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In mathematics, Pascal's triangle is a triangular array of the binomial coefficients that arises in probability theory, combinatorics, and algebra.
Create an algorithm that calculates a coefficient Pascal Triangle to a specific row.
[1]
[1, 2, 1]
The text was updated successfully, but these errors were encountered:
Pascals Triangle #3
e3ccd97
martinmendozadev
No branches or pull requests
Context
In mathematics, Pascal's triangle is a triangular array of the binomial coefficients that arises in probability theory, combinatorics, and algebra.

Task
Create an algorithm that calculates a coefficient Pascal Triangle to a specific row.
Example
[1]
[1, 2, 1]
The text was updated successfully, but these errors were encountered: