: Hi guys
: I am having an idea to computerize my college timetable
: allocation.so kindly help me in implementing it.Send me some
: algorithm or any related thing.
: thanks for reading this.
:
How do you want it implemented?
With SQL?
This is how I would do it.
Have one table with all clases with the following collums:
ID, Classroom, Teacher, Subject, Students/class
OR it could be done like this with two tables:
Student: ID, ClassID, Student
Class: ID, Classroom, Teacher, Subject