Question: 6. Consider the min-max tree given in Fig. 1, where pointy-up triangles represent max nodes and pointy-down triangles represent min nodes (the root is a

6. Consider the min-max tree given in Fig. 1, where pointy-up triangles represent max nodes and pointy-down triangles represent min nodes (the root is a min node). Values of the evaluation function are given under each terminal (leaf).

6. (a) (9 points) Run a-B pruning on the above tree, assuming a standard left-to-right DFS order. List out the nodes that are pruned and why. As you do, show each step. You can do this by

listing out the initial a and B values for each node, and then providing new values next to/underneath those previous values. E.g., next to n, list the initial a value, then the next, then the next, and so on.

Striking out an edge if that node is pruned.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!