Skip to content

Commit

Permalink
factorial and combination
Browse files Browse the repository at this point in the history
  • Loading branch information
mzusin committed Apr 23, 2024
1 parent 12cf49d commit 0239f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/combinatorics/combinatorics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
* --------
Expand Down

0 comments on commit 0239f85

Please sign in to comment.