OurBigBook About$ Donate
 Sign in+ Sign up
by Ciro Santilli (@cirosantilli, 37)

Iteration

 ... Information technology Computer Computer science Computational problem Algorithm Recursion (computer science)
 1 By others on same topic  0 Discussions  Updated 2025-06-17  +Created 1970-01-01  See my version
  • Table of contents
    • Iterative algorithm Iteration

Iterative algorithm

 0  0 
Iteration

 Ancestors (9)

  1. Recursion (computer science)
  2. Algorithm
  3. Computational problem
  4. Computer science
  5. Computer
  6. Information technology
  7. Area of technology
  8. Technology
  9.  Home

 View article source

 Discussion (0)

+ New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (1)

Iteration by Wikipedia Bot 0  1970-01-01
 View more
Iteration is the process of repeating a set of instructions or operations until a specific condition is met or a desired outcome is achieved. It is a fundamental concept in mathematics and computer science, commonly used in algorithms, programming, and software development. In programming, iteration is often implemented using loops, such as: 1. **For loops**: Execute a block of code a specific number of times. 2. **While loops**: Continue to execute as long as a given condition remains true.
 Read the full article
  See all articles in the same topic + Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook