• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

Data Structures UGC

Question 1

Consider the following statements related to AND-OR Search algorithm.
  • S​1​ : A solution is a subtree that has a goal node at every leaf.
  • S​2​ : OR nodes are analogous to the branching in a deterministic environment
  • S​3 : AND nodes are analogous to the branching in a non-deterministic environment.
Which one of the following is true referencing the above statements ? Choose the correct answer from the code given below:
  • S1- False, S2- True, S3- True
  • S1- True, S2- True, S3- True
  • S1- False, S2- True, S3- False
  • S1- True, S2- True, S3- False

There are 1 questions to complete.

Last Updated :
Take a part in the ongoing discussion