Skip to content

Commit b183370

Browse files
Update coci-16-burza.mdx
1 parent 9bb0c59 commit b183370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/gold/coci-16-burza.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ n_{r+1} \leq (k-r)^2-2(k-r)=(k-r-1)^2
9898
$$
9999

100100
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 $K \le 20$, for which
101+
have to handle the case where $K \lt 20$, for which
102102
[bitmask DP](/gold/dp-bitmasks) will suffice.
103103

104104
### Bitmask DP

0 commit comments

Comments
 (0)