Assign Cookies
Try to solve the Assign Cookies problem.
We'll cover the following...
Statement
You are given two integer arrays:
greed_factors
: This array represents the minimum cookie size required for each child to be content. Specifically,greed_factors[i]
...