Timetable Generator In vB or Java

viral vora

viral vora

@viral-vora-H4QEQo Oct 26, 2024
hey i want to create a project on timetable generator can any one help me please

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Jeffrey Arulraj

    Jeffrey Arulraj

    @jeffrey-xA7lUP Sep 29, 2012

    What time table you mean time (clock) pulse what are you using
  • viral vora

    viral vora

    @viral-vora-H4QEQo Sep 29, 2012

    time table
    one used in schools and colleges
  • Jeffrey Arulraj

    Jeffrey Arulraj

    @jeffrey-xA7lUP Sep 29, 2012

    using what are going to implement Vb c++ or C or what programming language are you using
  • viral vora

    viral vora

    @viral-vora-H4QEQo Sep 29, 2012

    vb or java
  • Jeffrey Arulraj

    Jeffrey Arulraj

    @jeffrey-xA7lUP Sep 29, 2012

    What have u found till date any ip from your end can help us where are you stuck Do post your efforts and that will enable us to help you more

    Kindly don't expect us to do your whole project and submit it on behalf of you
  • viral vora

    viral vora

    @viral-vora-H4QEQo Sep 29, 2012

    i will do everythin just want to know the logic of how subjects will get alloted
    i will do everything lyk no of teachers , subjscts, class
    their info etc
    i just want the final part
  • Jeffrey Arulraj

    Jeffrey Arulraj

    @jeffrey-xA7lUP Sep 29, 2012

    simple use a tree structure and prioritise the list which has more importance

    other wise use a queue of days which itself has another queue of no of periods and fill it in logical sequence by subjects handling the days

    before that the no of teachers and periods allocated per day is a concern have parameters to filter them out
  • simplycoder

    simplycoder

    @simplycoder-NsBEdD Sep 29, 2012

    In any case, you need to find the relation between teacher and subject along with the timmings.

    First try to think how would you solve simple 3x3 magic square.
    Write a program and post it here(We are not interested in ready made copy paste codes, so do take pains and write, you can google up the logic, but write the code yourself)

    If you can do this, then move on to 4x4. If this is achievable, then we can generate the time table using same logic.

    All you need to do is map
    Teacher<-->Subject.
    Days<-->Subject.
    which in turn gives you.
    Teacher<-->Days.
    then follow up with your logic from magic squares.
  • viral vora

    viral vora

    @viral-vora-H4QEQo Sep 29, 2012

    ok i will try
  • Jeffrey Arulraj

    Jeffrey Arulraj

    @jeffrey-xA7lUP Sep 29, 2012

    yeah that is also easy to fill that out in that sequence
  • viral vora

    viral vora

    @viral-vora-H4QEQo Sep 29, 2012

    thanx to both of u