You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
No Answer is Posted For this Question
Be the First to Post Answer
Number of null pointers in any binary tree
how many keywords are present in "c"?
18 Answers Assurgent, Cynosure Software, IBM,
what will we require to build project with the help of oracle
How to swap two String values without using a third variable?
how to remove header and footer in jcl using sort utility
What are the advantages of Server Controls over HTML/ASP Controls.
Code for display the images from drive using vb 6.0?
if heap sort contains n elements, no of comparsions required are
why Java is not purely object oriented?
Outline the two important features of a terminating recursion. Any ideas?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
How to set fixed width in particular <td> in html? if i type more character in this <td> it will not push near <td>. this is my question. can u tell me the answer...