We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b3448 commit 8b9b1f2Copy full SHA for 8b9b1f2
solutions/gold/coci-16-burza.mdx
@@ -98,7 +98,7 @@ n_{r+1} \leq (k-r)^2-2(k-r)=(k-r-1)^2
98
$$
99
100
And we're done! Since we've shown that any case where $k^2 \geq n$ will result in a win, we just
101
-have to handle the case where $N \leq 20$, for which
+have to handle the case where $K \leq 20$, for which
102
[bitmask DP](/gold/dp-bitmasks) will suffice.
103
104
### Bitmask DP
0 commit comments