Skip to content

AmanuelAaron/course-planner

Repository files navigation

course-planner

Description

Creates a schedule for a student taking Computer Science courses at UofT

Format of the each element in a Variable's domain(tuple)

(SEMESTER(int), DAY(str), TIME(str), PROF(str))

SEMESTER

1,2,3 -> FALL, WINTER, SUMMER of First Year
4,5,6 -> FALL, WINTER, SUMMER of Second Year
					etc...

DAY

M,T,W,J,F -> Monday, Tuesday, Wednesday, Thursday, Friday

TIME

M,D,E,N -> Morning, Day, Evening, Night

PROF

simply the name of the prof

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages