File:Hyperbolic_rotation.gif · Wikimedia Commons · See Wikimedia Commons
iteration
Sign in to saveIteration means repeating a process to generate a (possibly unbounded) sequence of outcomes. Each repetition of the process is a single iteration, and the outcome of each iteration is the starting point of the next iteration.
Wikidata facts
Show 2 more facts
- Stack Exchange tag
- stackoverflow.com/tags/iteration
- P13411
- Jena
Sources (1)
via Wikidata · CC0
~5 min read
Article
7 sectionsContents
- Mathematics
- Computing
- Implementations
- Relation with recursion
- Education
- See also
- References
Iteration means repeating a process to generate a (possibly unbounded) sequence of outcomes. Each repetition of the process is a single iteration, and the outcome of each iteration is the starting point of the next iteration.
In mathematics and computer science, iteration (along with the related technique of recursion) is a standard element of algorithms.