Saved Bookmarks
| 1. |
An algorithm is complete if ____________(a) It terminates with a solution when one exists(b) It starts with a solution(c) It does not terminate with a solution(d) It has a loopI got this question during a job interview.Question is from Artificial Intelligence Algorithms topic in section Other AI Algorithms & Statistics of Artificial Intelligence |
|
Answer» CORRECT CHOICE is (a) It terminates with a solution when ONE EXISTS To elaborate: An ALGORITHM is complete if It terminates with a solution when one exists. |
|