Difference between revisions of "Disjoint sets"

 
(stubbed, other stuff)
Line 1: Line 1:
== Disjoint set ==
 
 
Two sets are disjoint if they have no element in common. For example,
 
Two sets are disjoint if they have no element in common. For example,
 
{1,2,3,4} and {5,6,7,8} are disjoint sets.
 
{1,2,3,4} and {5,6,7,8} are disjoint sets.
 +
 +
==See also==
 +
* [[Sets]]
 +
* [[Graph theory]]
 +
 +
{{stub}}

Revision as of 10:12, 29 October 2006

Two sets are disjoint if they have no element in common. For example, {1,2,3,4} and {5,6,7,8} are disjoint sets.

See also

This article is a stub. Help us out by expanding it.