Assignment 1 Problem 1. Calculate the value assigned from the root node by using the minimax method, show the steps you followed. Use alpha-beta pruning to solve this problem (left to right). Show the steps you followed. How many nodes where visited? How many nodes are visited when you apply the algorithm right to left? […]