Skip to content

Commit bdfb3d7

Browse files
committed
solution Combination Sum (#254)
- #254
1 parent 950ced8 commit bdfb3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

combination-sum/jiji-hoon96.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ function combinationSum(candidates: number[], target: number): number[][] {
4646

4747
backtrack(0, target);
4848
return result;
49-
};
49+
};

0 commit comments

Comments
 (0)