Difference between revisions of "Enumeration"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "An '''enumeration''' is a complete, ordered listing of all the items in a collection. == Description == The term is commonly used in mathematics and computer science...")
 
(See also)
 
Line 14: Line 14:
  
 
* [[Ordinal number]]
 
* [[Ordinal number]]
 +
* [[Enumerated type]]
 
* [[Enumerative definition]]
 
* [[Enumerative definition]]
 
* [[Sequence]]
 
* [[Sequence]]

Latest revision as of 11:56, 8 November 2016

An enumeration is a complete, ordered listing of all the items in a collection.

Description

The term is commonly used in mathematics and computer science to refer to a listing of all of the elements of a set.

The precise requirements for an enumeration (for example, whether the set must be finite, or whether the list is allowed to contain repetitions) depend on the discipline of study and the context of a given problem.

Some sets can be enumerated by means of a natural ordering (such as 1, 2, 3, 4, ... for the set of positive integers), but in other cases it may be necessary to impose a (perhaps arbitrary) ordering.

In some contexts, such as enumerative combinatorics, the term enumeration is used more in the sense of counting – with emphasis on determination of the number of elements that a set contains, rather than the production of an explicit listing of those elements.

See also

External links