discuss the best criteria that an algorithm must satisfy with an example
Answers
Answered by
3
Answer:
All algorithms must satisfy the following criteria:
Zero or more input values.
One or more output values.
Clear and unambiguous instructions.
Atomic steps that take constant time.
No infinite sequence of steps (help, the halting problem)
Feasible with specified computational device.
Answered by
2
Answer:
All algorithms must satisfy the following criteria:
Zero or more input values.
One or more output values.
Clear and unambiguous instructions.
Atomic steps that take constant time.
No infinite sequence of steps (help, the halting problem)
Feasible with specified computational device.
Similar questions