recategorized
3,168 views

1 Answer

2 votes
2 votes

 

 

ans is option 2)  i.e value of root node is  7

on LHS subtree

min (7,9)=7 ,   min (6, unknown) <=6   and so max(7,<=6) =7     

min(11,12)=11     min( unknown,unknown)=unknown  and so max(11,unknown) >=11

and so min(7,>=11)=7

 

similarly on RHS subtree  max possible value is  <=5

finally at root max(7 ,<=5)   =7

edited by
Answer:

Related questions

1 votes
1 votes
2 answers
1
Arjun asked Jul 2, 2019
1,853 views
Math List-I with List-II:$$\begin{array}{|c|l|c|l|} \hline {} & \text{List-I} & {} & \text{List-II} \\ \hline (a) & \text{Greedy best-first} & (i) & \text{Minimal cost }...
1 votes
1 votes
1 answer
2
Arjun asked Jul 2, 2019
2,474 views
The STRIPS representation isa feature-centric representationan action-centric representationa combination of feature-centric and action-centric representationsa hierarchi...
1 votes
1 votes
1 answer
3
1 votes
1 votes
2 answers
4
Arjun asked Jul 2, 2019
6,369 views
Consider the following:EvolutionSelectionReproductionMutationWhich of the following are found in genetic algorithms?b, c and d onlyb and d onlya, b, c and da, b and d onl...