InterviewSolution
Saved Bookmarks
| 1. |
If a finite set S contains n elements, then the number of non empty proper subsets of S is |
|
Answer» `2.2^(N-1)` |
|