Introduction - If you have any usage issues, please Google them yourself
Backtracking algorithm for optimal scheduling problem
There are n tasks to be done by K machines that can work in parallel, and the task I needs time to complete. Try to design an algorithm to find the best scheduling to complete the n tasks, so that the completion of the entire task is the earliest. (required to give a scheduling scheme)