Computer Science, asked by SinghSaab22021, 10 months ago

Algorithms to find combinations of r elements in a given array of size n

Answers

Answered by Anonymous
1

Answer:

To calculate combinations, we will use the formula nCr = n! / r! * (n - r)!, where n represents the number of items, and r represents the number of items being chosen at a time. To find the probability of an event, you may have to find the combinations. ✔✔

Similar questions