Skip to content

Commit

Permalink
[Gold V] Title: 동전, Time: 156 ms, Memory: 36460 KB -BaekjoonHub
Browse files Browse the repository at this point in the history
  • Loading branch information
kugorang committed Jan 27, 2024
1 parent dc30019 commit ad6a002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 백준/Gold/9084. 동전/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

### 성능 요약

메모리: 36460 KB, 시간: 172 ms
메모리: 36460 KB, 시간: 156 ms

### 분류

다이나믹 프로그래밍, 배낭 문제

### 제출 일자

2024년 1월 27일 20:49:28
2024년 1월 27일 20:58:16

### 문제 설명

Expand Down
2 changes: 1 addition & 1 deletion 백준/Gold/9084. 동전/동전.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
results.append(dp[N][M])

for result in results:
print(result)
print(result)

0 comments on commit ad6a002

Please sign in to comment.