Skip to content

Commit

Permalink
add: fix #829 line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Yjason-K committed Jan 2, 2025
1 parent 127f9a6 commit 07fa579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coin-change/Yjason-K.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ function coinChange(coins: number[], amount: number): number {

// 탐색 조건을 완료 해도 경우의 수를 찾지 못한 경우
return -1;
}
}

0 comments on commit 07fa579

Please sign in to comment.