peterhadlaw / IIT-CS430-Final

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IIT-CS430-Final

by Henry Winn & Peter Hadlaw

Sample input data found in input.txt. Sample output data (the result of using the provided input.txt) is found in output.txt.

To run, provide an input.txt file following the format inside the root directory

NUM_MACHINES  
JOBSTART JOBEND  
JOBSTART JOBEND  
JOBSTART JOBEND  
JOBSTART JOBEND  

and execute python schedule.py in the root.

About


Languages

Language:Python 100.0%