Enumeration
The Television & Movie Wiki: for TV, celebrities, and movies.
Enumeration is the name given to the kind of mathematics that deals with counting objects. The objective is to find general methods that do not depend on knowing individual examples.
Kinds of enumeration include algebraic enumeration and combinatorial enumeration.
[edit]
Computer science
Enumerative search is a search in which all possible solutions are tried in sequence that are true and can be simplified.
[edit]
Computer programming
Enumeration is also used in programming languages, such as the enum keyword in C.
[edit]
