The process of checking of an algorithm by checking the variables values after every steps without running a program
Answers
Answered by
0
Answer:
Explanation:
How do you check if an algorithm is correct?
The only way to prove the correctness of an algorithm over all possible inputs is by reasoning formally or mathematically about it. One form of reasoning is a "proof by induction", a technique that's also used by mathematicians to prove properties of numerical sequences.
Similar questions