Description: Problem Description: n tasks assigned to n individual task j allocated gives i cost C [i, j], lowest cost hope to complete all the tasks, how to design algorithms? ★ programming task: given task following table programming calculation required to complete the task at the lowest cost. ★ Data Input: input data from a text file named input.txt file. File of the first acts of the total number of tasks (number) n in the next n lines, each line n natural numbers, said the cost. ★ results output: the end of the program runs, the calculation results output to the file output.txt.
To Search:
File list (Check if you may need any files):
Tasks.cpp