0
点赞
收藏
分享

微信扫一扫

leetcode-39-Combination Sum

jjt二向箔 2023-08-23 阅读 39


Use backtracking, first sort the vector, then use the elements in the array. Need to remember is that we need unique solution, so sorting and do not get previous one is important, which is every time do not use the previous elements


举报

相关推荐

0 条评论