In: Computer Science
There are 4 scientists working in an R&D department. Their names are M, A, C and B, respectively. The specialties these scientists have are as follows:
Scientist Specialties
M sumerology , hardware, local area network, wireless communication
A molecular biology, software, local network
C mathematics, local area network, wireless communication
B medicine, hardware, software
Assign relevant scientists to relevant tasks so that they can conduct research on hardware, software, local area networks and wireless technologies. Only one person will be assigned to one task and one person will be assigned to one task only. Make this assignment using graph (hint: bipartite graph). If not, make the necessary arrangements and try again.
As different scientists are experts in more than one fields, job assignment can be done in more than one ways.
There are total 3 number of ways in which different scientist can be assigned to do the research work. They are:-
1). M- hardware, B- software, A- local area networks, C - wireless communications
2). M- local area networks, B- hardware, A- software , C - wireless communications
3). M- wireless communications , B- hardware, A- software , C - local area networks
This can also be represented with the help of bipartite graph
Please give a positive rating if the answer helps you. Feel free to ask for any doubts in the comments section.