Skip to content

Finder Pascals Triangle Coefficient #3

Open
@martinmendozadev

Description

@martinmendozadev

Context

In mathematics, Pascal's triangle is a triangular array of the binomial coefficients that arises in probability theory, combinatorics, and algebra.
PascalTriangleAnimated2

Task

Create an algorithm that calculates a coefficient Pascal Triangle to a specific row.

Example

Input Output
0 [1]
2 [1, 2, 1]

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions