In the Bottom up approach , code is giving wrong answer for the test case in which there is 3 denomination = [5,7,9] and the coin value is 7.
i am getting an output (-2147483648 ) , i think problem is with the initialization of the dp array with INT_MAX.
plz help?