vidit2512 / OJSolution

It contains solutions of various contests held on various online judges and various algorithms implemented in various languages.
5 stars 9 forks source link

Add coin change problem-2 #13

Closed vidushi25dec closed 2 years ago

vidushi25dec commented 2 years ago

Coin change problem to find total ways to distribute a target into given set of denominations.

Input Format: number of test case target sum total number of denominations values of various denominations

Output Format: Answer image

vidit2512 commented 2 years ago

LGTM