We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1645f31 commit f403ce6Copy full SHA for f403ce6
src/main/java/com/thealgorithms/maths/BinomialCoefficient.java
@@ -1,8 +1,8 @@
1
package com.thealgorithms.maths;
2
3
/*
4
- * Java program for Binomial Cofficients
5
- * Binomial Cofficients: A binomial cofficient C(n,k) gives number ways
+ * Java program for Binomial Coefficients
+ * Binomial Coefficients: A binomial coefficient C(n,k) gives number ways
6
* in which k objects can be chosen from n objects.
7
* Wikipedia: https://en.wikipedia.org/wiki/Binomial_coefficient
8
*
0 commit comments