in Unknown Category edited by
986 views
0 votes
0 votes

​​​​​​​Consider the following statements related to $AND-OR$ Search algorithm.

S1 : A solution is a subtree that has a goal node at every leaf.

S2 : $OR$ nodes are analogous to the branching in a deterministic environment.

S3 : $AND$ nodes are analogous to the branching in a non-deterministic environment.

Which of the following is true referencing the above statements ?

Choose the correct answer from the code given below :

$Code:$

  1. $S1 – False, S2 – True, S3 – True$
  2. $S1 – True, S2 – True, S3 – False$
  3. $S1 – True, S2 – True, S3 – True$
  4. $S1 – False, S2 – True, S3 – False$
in Unknown Category edited by
by
986 views

1 comment

Plz explain?
0
0

1 Answer

0 votes
0 votes
S1 – True,

S2 – False (it must be deterministic),

S3 – True.

1 comment

no option matches  as your explain.

Plz explain in detail
0
0

Related questions