You are viewing a single comment's thread. Return to all comments →
Many accepted submissions (that use greedy algo) are actually wrong.
Need to add these tests: ` Input: 5 5 25 50 Output: 2 And Input: 5 5 1 100 Output: 2
And
Seems like cookies are disabled on this browser, please enable them to open this website
Making Candies
You are viewing a single comment's thread. Return to all comments →
Many accepted submissions (that use greedy algo) are actually wrong.
Need to add these tests: ` Input: 5 5 25 50 Output: 2
And
Input: 5 5 1 100 Output: 2