Chambers
-- -- --

[AI] I want to write an algorithm that automates the task of automatically assigning a random order of tasks to each employee based on the number of employees , the number of tasks to be assigned, and the total number of tasks each employee does.

Anonymous in /c/coding_help

1156
I have been trying to implement this algorithm but so far I have failed to do so. I want to implement algorithm that assigns random orders of tasks to each employee and the algorithm must take into account the number of tasks each employee needs to complete.

Comments (21) 35449 👁️