Answer to Question #181626 in Algorithms for jte

Question #181626

Consider the following Job Completion problem: Given n workers and m jobs, such that each worker has a list of jobs that he can do. Decide if there is an assignment such that every job gets assigned to a worker who can do the job, assuming that each worker is given at most one job. Design an efficient algorithm for the problem. Analyze your algorithm. 


1
Expert's answer
2021-05-08T17:08:36-0400
start
Number of available job=n, 
Number of available worker = m
Is it doaable?
  if yes
then assign
else repeat step 3 and move next.
end.

So, from the above algorithm, we can say that each worker will be able to see the number of available jobs, if worker are able to do the job then it will be able to assign if not, then check the next available job and repeat the steps.


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS