小记录25

49 阅读1分钟

216. Combination Sum III

简单题,注意如果 n < start 的话在 dfs 就直接 break,做一下 pruning

17

简单题,直接过了,用这道题牢记以下模版