I have a set of n objects which are related to each other in some manner. I have to determine the number of ways to select k objects out of this. The problem is that, when I select some object, few other objects get ruled out of selection. Is there any famous theorem in math or any good named algorithm which is generally used for these kinds of questions?
Since I am looking for a algorithm, I am not able to get the required result by googling or searching in related sites. Thanks for your time.