Topic: Greedy Algorithm Problem / Level: beginner

Problem: Given a list of job durations, assign the jobs to two machines such that the total time is minimized.

Run the code to see the output here...