find if given pack of coins can make a given value - coin row problem

前端 未结 0 561
自闭症患者
自闭症患者 2020-12-07 12:12

given array of coins (int) and an int n the function need to return true if there is atleast one solution to the coin-change problem. meaning: for array of ints> 0: [c(0)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题