Assign Cookies

Try to solve the Assign Cookies problem.

Statement

You are given two integer arrays:

  1. greed_factors: This array represents the minimum cookie size required for each child to be content. Specifically, greed_factors[i] ...