There is a Java snippet located inside the java_code
directory.
Your task is to implement the same algorithm in Python.
data
directory includes the required data file.
- Fork this repo
- Make changes to
python_code/minimizing_lateness.py
(insidemain
function). - Send us the link to your cloned repository
While implementing a correct and robust algorithm is your main task, we will also evaluate code readability and its compliance with pep-8.