Tutorials AICS Aug 28 2021
Tutorials AICS Aug 28 2021
Instructions: Solve the problems given below using pen and paper. Write your
name and roll number clearly on every page. Take a scan or picture and post in
chat box
1. Consider the COIN SELECTION problem defined as follows: Given a set S of
n possible coins of value s1, s2, …, respectively. Given a total value C, find the
minimum number of coins whose total value is exactly C. Solve this problem
using state space heuristic search as follows:
.
Present the working of the alpha-beta pruning algorithm under two situations:
(a) When we order successors from left to right and (b) When we order
successors from right to left.