Advertisements
Advertisements
Question
Define a loop invariant.
Short Note
Solution
In iteration, the loop body is repeatedly executed as long as the loop condition is true. Each time the loop body is executed, the variables are updated. However, there is also a property of the variables which remains unchanged by the execution of the loop body. This unchanging property is called the loop invariant.
shaalaa.com
Loop Invariant
Is there an error in this question or solution?