Question: Write a C program Implement a C program for Job assignment problem using a suitable strategy which does the task of assigning a given set
Write a C program

Implement a C program for Job assignment problem using a suitable strategy which does the task of assigning a given set of jobs to a given set of persons in such a way that the overall execution time of the task is reduced. The cost matrix for the same is given below. For example in the above problem, the optimal cost is 13 and the optimal job assignment would be a:2 b:1 c:3 d:4 Note: Read the number of persons/ jobs and cost matrix from the user. Print the optimal cost and job assignment. For example
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
