InterviewSolution
Saved Bookmarks
| 1. |
If n, (n > 5) things are arranged in a circular order, the number of ways of selecting three of the things so that no two of which are next to each other is |
|
Answer» `N(n-2)(n-3)` |
|