You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
treeguard edited this page Dec 13, 2013
·
1 revision
I miss the condition for input.
each customer will like at most one malted flavor.
so we can make use of this condition to employ the greedy algorithm. The initial value for flavors is unmalted. and we can see if the flavors can satisfy the customer or not and make corresponding changes.