aboutsummaryrefslogtreecommitdiff
path: root/binomial-coefficient-choose.h
diff options
context:
space:
mode:
Diffstat (limited to 'binomial-coefficient-choose.h')
-rw-r--r--binomial-coefficient-choose.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/binomial-coefficient-choose.h b/binomial-coefficient-choose.h
new file mode 100644
index 0000000..cd0d91f
--- /dev/null
+++ b/binomial-coefficient-choose.h
@@ -0,0 +1,6 @@
+#ifndef BINOMIAL_COEFFICIENT_CHOOSE_H
+#define BINOMIAL_COEFFICIENT_CHOOSE_H
+
+int binomialCoeff(int const n, int const k);
+
+#endif