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 a7ae81c commit 8a3354eCopy full SHA for 8a3354e
tutorials/math/combinatorics.md
@@ -117,7 +117,10 @@ This is a very famous sequence of natural numbers and has a variety of applicati
117
[Here](https://en.wikipedia.org/wiki/Catalan_number#Applications_in_combinatorics) is a more exhastive list.
118
119
The $n^{th}$ Catalan number can be found using the formula:
120
-$C_n$ $=$ $\frac{1}{n + 1}$$2n \choose n$
+
121
+$$
122
+C_n = \frac{1}{n + 1} {2n \choose n}
123
124
125
### Example #2: [1863 - Sum of All Subset XOR Totals](https://leetcode.com/problems/sum-of-all-subset-xor-totals/description/)
126
0 commit comments