Redirected from Reiterative
Here is an example, in pseudocode:
a = 0
for i = 0 stepby 1 until 3
a = a + i
print a /* "6" is printed */
A process which is repeated again and again it know as a reiterative process. Reiteration is often used in order to converge on the final result when starting with an educated guess.
|
Search Encyclopedia
|
Featured Article
|