mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
chore: fix typos in src/main/java/com/thealgorithms/maths/BinomialCoefficient.java (#7036)
Fix typos in src/main/java/com/thealgorithms/maths/BinomialCoefficient.java Co-authored-by: a <19151554+alxkm@users.noreply.github.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.thealgorithms.maths;
|
||||
|
||||
/*
|
||||
* Java program for Binomial Cofficients
|
||||
* 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
|
||||
* in which k objects can be chosen from n objects.
|
||||
* Wikipedia: https://en.wikipedia.org/wiki/Binomial_coefficient
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user