Tagged Questions
0
votes
2answers
81 views
Algorithm question: Minimize task cost with only two workers
I'm trying to create an algorithm, using PHP, that would figure out best way to complete a set of tasks by choosing two workers that can complete those tasks as cheaply as possible.
Suppose that I ...