Skip to content

Commit 9493100

Browse files
committed
Fix tiny text tweaks
1 parent c32e1ef commit 9493100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Combinatorics/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ binomialCoefficient(30, 15) // prints 155117520
358358
binomialCoefficient(66, 33) // prints a very large number
359359
```
360360

361-
There's a faster approach to calculate `C(n, k)` in `O(k) time and `O(1)` extra space.
361+
There's a faster approach to calculate `C(n, k)` in `O(k)` time and `O(1)` extra space.
362362

363363
The idea behind it is that the formula for `C(n, k)` is:
364364

0 commit comments

Comments
 (0)