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-1 #12

Closed vidushi25dec closed 2 years ago

vidushi25dec commented 2 years ago

Coin change problem, to distribute a target into minimum denominations.

I/O Format: number of test case target length of denomination array values of denomination array

I/O Snapshot image

vidit2512 commented 2 years ago

LGTM