Jump to content

Enumeration

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ellywa (talk | contribs) at 15:53, 5 April 2005 (robot Adding:nl). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Enumeration is the name given to the generic field of mathematics which deals with counting objects. The counting is abstracted as far as possible from the objects in question - to come up with counting techniques that are generic and do not rely on the properties of any specific group of objects.

Subfields of enumeration include algebraic enumeration and combinatorial enumeration.

Computer Science

A search in which all possible solutions are tried in sequence.

Computer Programming

Enumeration is also used in programming languages, such as the enum keyword in C.

See also