Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a set of tasks with durations. Distribute the tasks between two machines such that the overall time is minimized.

Run the code to see the output here...