Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

UVa 10026 - Shoemaker's Problem

When comparing two jobs, if one jobs fine times the other jobs required time is greater than the other jobs fine times the first jobs required time, the first job has to come before the second job. Otherwise the second job has to come first.

Python solution