[Alpha-Beta] Consider the following minimax tree with alpha-beta pruning, with each leaf node and its value as shown bel
Posted: Fri Jul 01, 2022 5:47 am
[Alpha-Beta] Consider the following minimax tree with alpha-beta pruning, with each leaf node and its value as shown below. Select the first leaf-node to be pruned. Max Min Max 13 14 12 O Node1 with value=13 O Node2 with value=14 O Node3 with value=12 O Node4 with value=19 O Node5 with value=13 O Node6 with value=3 O Node7 with value=14 O Node7 with value=16 O No node is pruned. 19 13 3 14 16