Bug Report for https://neetcode.io/problems/combination-sum-iv
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
One of the constraints mentioned for this problem is, 1 <= nums[i], target <= 1000 i.e target is always greater than or equal to 1. However, in one of the test cases, target assumes a value 0!
