8000 update: 0x15 1351.cpp · sihyeon-kim/basic-algo-lecture@7471b96 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7471b96

Browse files
committed
update: 0x15 1351.cpp
1 parent edc20f7 commit 7471b96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

0x15/solutions/1351.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ int main(void){
2525
cout << solve(n);
2626
}
2727
/*
28-
해시를 활용한 DP문제입니다.
29-
28+
해시를 활용한 DP 구현입니다.
29+
재귀를 활용했으며,
30+
값을 이미 계산했다면 그 값을 반환합니다.
3031
*/

0 commit comments

Comments
 (0)
0