InterviewSolution
Saved Bookmarks
| 1. |
How many stages of procedure does a non-deterministic algorithm consist of?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» Correct option is (b) 2 The best I can explain: A non-deterministic algorithm is a two-stage procedure- guessing stage and verification stage. |
|