Bug Report for https://neetcode.io/problems/combination-target-sum
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
My code didn't pass on leetcode for following testcase, so please add testcase below as well to the problem
Input
candidates =
[7,3,9,6]
target =
6