alvinalaphat / Automatic-Class-Scheduler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 98.1%Language:Python 1.6%Language:Makefile 0.3%