

InterviewSolution
Saved Bookmarks
1. |
If we take a collection of {∅, {2}, {3}, {5}} ordered by inclusion. Which of the following is true?(a) isomorphic graph(b) poset(c) lattice(d) partially ordered setThe question was posed to me in a job interview.The above asked question is from Groups topic in portion Groups of Discrete Mathematics |
Answer» RIGHT OPTION is (b) POSET Easy explanation: This is a poset. Since {2}, {3} and {5} have no common upper bound, it is not a lattice. |
|