1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. How many stages of procedure does a non-...
Q.

How many stages of procedure does a non- deterministic algorithm consist of?

A. 1
B. 2
C. 3
D. 4
Answer» B. 2
Explanation: a non-deterministic algorithm is a two-stage procedure- guessing stage and verification stage.

Discussion