A box can be distributed to more than one student. I can't use two boxes of candy to distributed to a student.
Wladimir Araujo Tavares *Federal University of CearĂ¡ * On Thu, May 5, 2011 at 11:27 AM, karthik loganathan < [email protected]> wrote: > sorry K should be equal to N > > > On Thu, May 5, 2011 at 7:56 PM, karthik loganathan < > [email protected]> wrote: > >> for the given criteria,surely K should be equal to one,so distribute the >> candies in each box to each student... >> >> >> >> On Mon, May 2, 2011 at 9:06 AM, tillegomezz <[email protected]> wrote: >> >>> I have "n" boxes each with "m" candys, I want distributed these candys >>> among "k" students >>> >>> what is the best way for distribute them such that >>> >>> 1. All students get equal number of candies. >>> >>> 2. All the candies which a student get must be from a single box only. >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Algorithm Geeks" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/algogeeks?hl=en. >>> >>> >> > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
