InterviewSolution
Saved Bookmarks
| 1. |
The numbers 1,2,3,..n are arranged in a random order. The probability that the digits 1,2,3,….k(k lt n) appear as neighbours is |
|
Answer» `((N - K) !)/(n !)` |
|