Skip to content

Commit d21692f

Browse files
committed
solve: climbing stairs
1 parent ed2b469 commit d21692f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

โ€Žclimbing-stairs/wogha95.jsโ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// DP ํ™œ์šฉํ•˜์˜€๊ณ  ๋ฉ”๋ชจ๋ฆฌ ์ถ•์†Œ๋ฅผ ์œ„ํ•ด ํ˜„์žฌ์™€ ์ง์ „์˜ ๊ฒฝ์šฐ์˜ ์ˆ˜๋งŒ ๊ด€๋ฆฌํ•˜์˜€์Šต๋‹ˆ๋‹ค.
12
// TC: O(N)
23
// SC: O(1)
34

0 commit comments

Comments
ย (0)