InterviewSolution
Saved Bookmarks
| 1. |
Let S = {a, b, c}. Find the total number of binary operations on S. |
|
Answer» The number of binary operations on a set with n elements is nn^2 Here, S = {a, b, c} |
|