discuss the best criteria that an algorithm must satisfy with an example​

By Eva

discuss the best criteria that an algorithm must satisfy with an example​

About the author
Eva

2 thoughts on “discuss the best criteria that an algorithm must satisfy with an example​”

  1. 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.

    Reply
  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.

    Reply

Leave a Comment