Given the below tree please write your student number forward and backward as a utility function to the lowermost level ( ex: for student number 123456 you can see it on the tree) Tree is given the below. std_Number: 170493 a) apply alpha-beta pruning algorithm on the tree which you have created from your student number as a utility function. You can write the values in the ovals as propagate up through the tree. If you need to prune the branches please use (insert- shapes –line) to prune the branch/es. b-) if you would apply alpha-beta pruning from right to left on the above tree. Would your solution change? Explain your reason in one sentence please c-) In general, in a given any tree if you would apply alpha-beta pruning from right to left on the tree would your result change? Explain your reason in one sentence
Subject:
Problem: Given the below tree please write your student number forward and backward as a utility function to the lowermost level ( ex: for student number 123456 you can see it on the tree) Tree is given the below.
std_Number: 170493
a) apply alpha-beta pruning
b-) if you would apply alpha-beta pruning from right to left on the above tree. Would your solution change? Explain your reason in one sentence please
c-) In general, in a given any tree if you would apply alpha-beta pruning from right to left on the tree would your result change? Explain your reason in one sentence
Step by step
Solved in 2 steps with 1 images