cs.sakib.dev

Files related to my CS self study

View the Project on GitHub sjsakib/cs

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