

InterviewSolution
Saved Bookmarks
1. |
If n distinct things are arranged in a circle, find the number of ways of selecting three of these things so that no two of them are next to each other. |
Answer» N(n-2)(n-3) |
|