We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73118b9 commit 95345f6Copy full SHA for 95345f6
maths/binomial_coefficient.py
@@ -1,4 +1,4 @@
1
-def binomial_coefficient(n, r):
+def binomial_coefficient(n: int, r: int) -> int:
2
"""
3
Find binomial coefficient using pascals triangle.
4
0 commit comments