well i am working on program which
inputs :
1. student record (name , semester , class , branch , roll no )
2. the various subjects on which the exam to be held
3. the date on which the subject s exam to be held
the data which is already feed in :
1. the number of classrooms
2.each classrooms capacity
the desired ouput :
well the program is supposed to allocated a set of students (irrespective of branches ) in a classroom and make sure that two people of the same branch, semester should not sit together.
well i have inputted the student record using visdata (which VB already has it).
i am not able to frame a logic on how to proceed further .
i mean how to randomize the allocation of seats so that same branch people never sit together .
i would be glad if you could suggest me any other ingenious ideas.