649 - You Who?
Posted: Fri Feb 01, 2008 5:00 pm
649 You who?
I was trying to understand this problem but seemed to have some difficulties.
My understanding of the problem is as below:
Given a graph G, divide its vertices into two groups such that
1) the number of vertices in two group differ by at most 1
2) the maximum number of not-acquainted classmates for a person in a single group is minimized.
Am I understanind it wrong?
since in the output for
1 2 3 4
2 2 3 4
3 2 1 2
4 2 1 2
is
1 4 1 2 3 4
then I got two question:
1) I thought we are supposed to divide the class in two, but in the output there is only one assignment for a single class.
(or does it means that we only ouput the enrollment for one of the two)
2) also in the problem it states: the difference in the sizes of the classes is at most one. But in the output configuration I cannot see how the above rule is satisfied..
I'm sorry if I misunderstand the question completely,
but please some help in clarification is appreciated..
I was trying to understand this problem but seemed to have some difficulties.
My understanding of the problem is as below:
Given a graph G, divide its vertices into two groups such that
1) the number of vertices in two group differ by at most 1
2) the maximum number of not-acquainted classmates for a person in a single group is minimized.
Am I understanind it wrong?
since in the output for
1 2 3 4
2 2 3 4
3 2 1 2
4 2 1 2
is
1 4 1 2 3 4
then I got two question:
1) I thought we are supposed to divide the class in two, but in the output there is only one assignment for a single class.
(or does it means that we only ouput the enrollment for one of the two)
2) also in the problem it states: the difference in the sizes of the classes is at most one. But in the output configuration I cannot see how the above rule is satisfied..
I'm sorry if I misunderstand the question completely,
but please some help in clarification is appreciated..