InterviewSolution
Saved Bookmarks
| 1. |
There are 2n things out of which 'n' are alike and 'n' are different, the number of ways of selecting 'n' things is |
|
Answer» `""^(2N)C_(N)` |
|