Computer Science, asked by NININP8449, 10 months ago

Is a condition that is always true at a particular point in an algorithm?

Answers

Answered by Raghav6450
0

Answer:

yes , condition of the particulars point in an algorithm

Answered by StaceeLichtenstein
1

Invariant is the correct answer to the given question .

Explanation:

  • The objective of algorithm is to provide the step by step  solution of any program .Invariant means that it checks the condition of algorithm if the condition of algorithm is true then the statement inside that block in the algorithm is executed .
  • The invariant is a statement in the algorithm i.e it is a  parameters, that is valid each time when the instruction execution hits the invariant.

Learn More :

https://brainly.in/question/11838254

Similar questions