Content deleted Content added
m →See also: dab automatic vectorization |
m I fixed three tiny grammatical errors. Changed "which" to "in which," "get" to "gets," and "behaviour" to "behavior." |
||
Line 1:
In [[computer science]], a '''normalized loop''' (sometimes called well-behaved loop), is a loop in which the loop variable starts at 0 (or any constant) and
==Well-behaved loops==
Line 32:
</source>
Loops can also have non-predictable
<source lang=c>
|