【LeetCode】40. 組合總和 II——回溯

題目 給定一個數組 candidates 和一個目標數 target ,找出 candidates 中全部可使數字和爲 target 的組合。web candidates 中的每一個數字在每一個組合中只能使用一次。數組 說明:svg 全部數字(包括目標數)都是正整數。 解集不能包含重複的組合。 示例 1:ui 輸入: candidates = [10,1,2,7,6,1,5], target =
相關文章
相關標籤/搜索