InterviewSolution
Saved Bookmarks
| 1. |
A relation R on a set S, defined as x R y if and only if y R x. This is an example of?(a) reflexive relation(b) symmetric relation(c) transitive relation(d) invalid relationI want to ask this question from Trees in section Trees of Data Structures & Algorithms IThis question was posed to me in homework. |
|
Answer» RIGHT ANSWER is (b) SYMMETRIC relation Explanation: A symmetric PROPERTY in an equivalence relation is defined as x R y if and only y R x. |
|