InterviewSolution
Saved Bookmarks
| 1. |
You are given infinite coins of denominations 3, 5, 7. Which of the following sum CANNOT be achieved using these coins?(a) 15(b) 16(c) 17(d) 4This question was posed to me in examination.My enquiry is from Coin Change Problem topic in chapter Dynamic Programming of Data Structures & Algorithms II |
|
Answer» Right answer is (d) 4 |
|