InterviewSolution
Saved Bookmarks
| 1. |
Let A = {a,b,c} and R_(1) = {(a,a), (c,b), (b,c)} R_(2) = {(b,b), (c,c)} Which of the following is true? |
|
Answer» `R_(1)`and `R_2` are both transitive |
|