/Automatic-Class-Scheduler

project for Microsoft using high level C++ data structures to create a class schedule optimizer

Primary LanguageC++

Automatic Class Scheduler

Implementing high level data structures to build an automatic class schedule optimizer

How to run the code (requires a g++ 10.2.0 compiler):

In the Terminal:

git clone https://github.com/alvinalaphat/Microsoft-Preternship-Project.git

make clean

make initialize

make Application

If you are on a Notre Dame student machine:

PATH="/escnfs/home/jabbott4/public/gcc/bin:$PATH"

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/escnfs/home/jabbott4/public/gcc/lib64