This program attempts to solve the university Course Assignment problem using a greedy algorithmic approach. All feasible assigments (considering preference list of faculty, course availability and faculty categor) are given in the output file.
Contributors :
Mahir Ghadiali
Michael Lewis
Jainam Shah
g++ .\Driver.cpp .\algorithmsSet.cpp .\course.cpp .\professor.cpp -o output
.\output.exe
output.exe
prof_input.csv
Assignment of courses with Professor file: assignments.txt
Details and Statistics of Professors with Course: info.txt
Latex: Report.tex
PDF: Report.pdf
Link: https://drive.google.com/file/d/1pnB07AI1uryilVRWPRwnj8PPoXKIKrqF/view?usp=sharing
0-1:45 Testing the code with inputs
1:45-7:59 How the algoritm works
7:59-12:27 How the algorithm is implemented in the Code