Correct vs. Incorrect Algorithms
Learn the difference between correct and incorrect algorithms.
We'll cover the following...
Comparison of correct and incorrect algorithms
We say that an algorithm is correct when it translates every input instance into the correct output. An algorithm is incorrect when there is at least one input instance for which the algorithm gives an incorrect output.
Consider the algorithm from the previous lesson.
:
r
for from to :
return
is an incorrect algorithm! Suppose you were changing 40 cents into coins with denominations of , , ...