InterviewSolution
Saved Bookmarks
| 1. |
Find the number of all onto functions from the set {1, 2, 3, …, n) to itself. |
|
Answer» Total number of all onto functions from the set {1, 2, 3, …, n) to itself is n! |
|