Skip to content

Commit e19a1fc

Browse files
Update algorithms/greedy/assign_cookies/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e0bcd63 commit e19a1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/greedy/assign_cookies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Your goal is to maximize the number of your content children and output the maxi
1111

1212
- 1 <= greed.length <= 3 * 104
1313
- 0 <= cookies.length <= 3 * 104
14-
- 1 <= greed[i], cookies[j] <= 231 - 1
14+
- 1 <= greed[i], cookies[j] <= 2^31 - 1
1515

1616
## Examples
1717

0 commit comments

Comments
 (0)