diff --git a/src/main/combinatorics/combinatorics.ts b/src/main/combinatorics/combinatorics.ts index 7f7cadf..2bbb505 100644 --- a/src/main/combinatorics/combinatorics.ts +++ b/src/main/combinatorics/combinatorics.ts @@ -85,6 +85,7 @@ export const combinationsWithRepetition = () => { * - no repetitions * * And is also known as the Binomial Coefficient. + * We can also use Pascal's Triangle to find the values. * * Formula: * --------