LeetCode icon indicating copy to clipboard operation
LeetCode copied to clipboard

It has duplicate elements in the solution sample that's been mentioned in the problem statement

Open tnayanam opened this issue 7 years ago • 2 comments

https://github.com/codeyu/LeetCode/blob/0fd7a303038e6dbd81e1633133dbd85e779a2f76/Algorithms/CombinationSumII.cs#L28

tnayanam avatar Apr 29 '18 02:04 tnayanam

In line 16 you have told solution should not contain duplicate elements

tnayanam avatar Apr 29 '18 02:04 tnayanam

It's "not contain duplicate combinations".

codeyu avatar Apr 29 '18 15:04 codeyu