Travelers interview question

Dynamic Programming question as the last question in the Codility test. the question is called "combination sum" on leetcode.

Interview Answer

Anonymous

12 Mar 2022

i thought the solution is close to "coin change" problem so i got lost.