locked
Time Table generator RRS feed

  • Question

  • I want to write a time table generator prog in VB.net. The input should be the no of subjects, the particular lecturers assigned for each subject, the no of classes in the semester and things like that. I am completely stumped and dont know where to start. Please adive. Any help is highly appreciated.
    Saturday, June 2, 2007 9:45 PM

Answers

  • Man Time table generator is a complex algorithm. you have to take into considerations lot of things. I had tried creating this thing earlier as a small project, but i didn't even understand how the ago works. I tried finding out on the net about it, but the algo was long and was hard to understand.

    May be I'll find and read it again, may be i can understand to it now Stick out tongue
    Sunday, June 3, 2007 2:05 PM

All replies

  • Man Time table generator is a complex algorithm. you have to take into considerations lot of things. I had tried creating this thing earlier as a small project, but i didn't even understand how the ago works. I tried finding out on the net about it, but the algo was long and was hard to understand.

    May be I'll find and read it again, may be i can understand to it now Stick out tongue
    Sunday, June 3, 2007 2:05 PM
  • I think we can solve this problem if we first assign classes to professors. Then after we consider all of the professors, we can group thier involvement in a certain class and schedule the classes. Using this as a foundation, we have to build the same for each professor, until we dont find a conflict. Its difficult, but nothing is impossible. If anybody has any suggestions you are most welcome.
    Sunday, June 3, 2007 6:40 PM
  • Yes man, it is difficult, try finding out the algo to generate a TT on the net, and see if you can understand it, i wasn't able to understand it much . May be if you understand, you can exlpain, and we can try some coding.
    Monday, June 4, 2007 5:01 AM