HacktoberFest-2023
HacktoberFest-2023 copied to clipboard
Coin Change Problem in C++
I wish to solve this problem:
Given an integer array of coins[ ] of size N representing different types of denominations and an integer sum, the task is to find the number of ways to make sum by using different denominations.
Kindly assign this task under for hacktober.