Question
A team of seven members is be selected from ten members
M1, M2, M3, M4, M5, M6, M7, M8, M9 and M10. Criteria for the selection are: M3 and M6 have to be selected together. Either M2 or M5 has to be selected with M7. M9 and M2 cannot be selected together. Neither M7 or M9 can be selected with M8. Either M4 or M6 has to be selected with M1. Which of the following members may be selected?Solution
We have, M5 and M10 are to be selected together, neither M3 nor the M5 can be selected with M9 M8 either M4 or M6 to be chosen, M1 either M5 or M7 is to be selected.  Hence, M8 and M4 is chosen as well M5 and M10 are selected So, the final arrangement  M2, M3, M4, M5, M7, M8, M10
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
With what command you can see your user name?
The attributes that do not exist in the physical database
In Go, what is the purpose of a goroutine?
State true/false
Trojan works in background and steal data which is sensitive
What is an identifier in C language?
Frames are related to which layer of OSI model
What is the purpose of the delete operator in C++?
Which of the following best describes a transistor?
Consider a B+-tree in which the maximum number of keys in a node is 5. What is the minimum number of keys in any non-root node?Â