Set of Sets
Jump to navigation
Jump to search
A Set of Sets is a set of sets.
- Context:
- It can be represented by a Set of Sets Data Structure.
- It can range from being a Set of Disjoint Sets to being a Set of Overlapping Sets.
- Example(s):
- a Family of Sets, defined over some set [math]\displaystyle{ S }[/math]
- </math>{{1,2}, {4,1,2}}</math>
- a Disconnected Graph.
- …
- Counter-Example(s):
- {{1,2,1}, {4,1,2}}, a Set of Multisets.
- See: Set of Multisets.