InterviewSolution
Saved Bookmarks
| 1. |
Consider the binary operation ^^ on the set {1,2,3,4,5} defined by a^^b = min {a,b} . Write the operation table of the operation ^^ . |
|
Answer» |
|