FIND -- an Example
Let S = { a, b, c, d, e}
P = { {a, b, c}, {d, e}}
E1 = {a, b, c}, E2 = {d, e}
Let a and d be the representative elements of E1 and E2, respectively.
FIND(c) -> a
FIND(d) -> d
FIND(e) -> d
Previous slide
Next slide
Back to first slide
View graphic version