LeetCode Q455 Assign Cookies
Always try to assign the largest cookie to the greediest child if you can
So we have to sort children and cookies first
If the largest cookie still could not make that child happy, then look at the less greedy child
https://github.com/Sylvia-YiyinShen/Algorithm/blob/master/Greedy/Q455AssignCookies.playground/Contents.swift
No comments:
Post a Comment