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

Write a C program Implement a C program for Job assignment problem

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!