a. Explain the sum of subset problem. Apply backtracking to solve the following instance of sum of subset problem: w= (3, 4, 5, 6} and d = 13. Briefly define the method using a state-space tree.
b. What are commonalities and differences among backtracking and branch and bound algorithms?