InterviewSolution
Saved Bookmarks
| 1. |
How many subsets containing at most n elements from the set of (2n+1) elements can be selected? |
|
Answer» (A) `2^n` |
|