{"id":28152,"date":"2024-10-27T15:32:10","date_gmt":"2024-10-27T15:32:10","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=28152"},"modified":"2024-11-26T07:07:46","modified_gmt":"2024-11-26T07:07:46","slug":"%ec%8a%a4%ec%9c%84%ed%94%84%ed%8a%b8-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%eb%8f%99%ec%a0%81-%ea%b3%84%ed%9a%8d%eb%b2%95-%ec%95%8c%ec%95%84%eb%b3%b4%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/28152\/","title":{"rendered":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30"},"content":{"rendered":"<article>\n<header>\n<p>\n            \ub3d9\uc801 \uacc4\ud68d\ubc95(Dynamic Programming, DP)\uc740 \uc54c\uace0\ub9ac\uc998 \uc124\uacc4 \uae30\ubc95 \uc911 \ud558\ub098\ub85c, \ubcf5\uc7a1\ud55c \ubb38\uc81c\ub97c \ub2e8\uc21c\ud55c \uc5ec\ub7ec \uac1c\uc758 \ud558\uc704 \ubb38\uc81c\ub85c \ub098\ub204\uc5b4 \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4.<br \/>\n            \uc774 \uae00\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8 \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub3d9\uc801 \uacc4\ud68d\ubc95\uc744 \uc801\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uace0, \uc2e4\uc81c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc774\ub860\uc744 \uc2e4\uc2b5\ud558\ub294 \uae30\ud68c\ub97c \uac00\uc9c0\ub824\uace0 \ud569\ub2c8\ub2e4.\n        <\/p>\n<\/header>\n<section>\n<h2>\ub3d9\uc801 \uacc4\ud68d\ubc95\uc758 \uae30\ucd08<\/h2>\n<p>\n            \ub3d9\uc801 \uacc4\ud68d\ubc95\uc740 \uc8fc\uc5b4\uc9c4 \ubb38\uc81c\ub97c \ucd5c\uc801 \ubd80\ubd84 \uad6c\uc870\uc5d0 \ub530\ub77c \ub098\ub204\uc5b4 \ud574\uacb0\ud558\ub294 \ubc29\uc2dd\uc785\ub2c8\ub2e4.<br \/>\n            \uae30\ubcf8\uc801\uc73c\ub85c \ub450 \uac00\uc9c0 \uc8fc\uc694 \uc694\uc18c\uac00 \uc788\uc2b5\ub2c8\ub2e4: \uba54\ubaa8\uc774\uc81c\uc774\uc158(Memoization)\uacfc \ud0c0\ubdf8\ub808\uc774\uc158(Tabulation).<br \/>\n            \uba54\ubaa8\uc774\uc81c\uc774\uc158\uc740 \uc7ac\uadc0\uc801\uc73c\ub85c \ud480\uc5b4\uc9c4 \ubb38\uc81c\uc758 \uacb0\uacfc\ub97c \uc800\uc7a5\ud558\uc5ec \uc911\ubcf5 \uacc4\uc0b0\uc744 \ud53c\ud558\ub294 \ubc29\ubc95\uc774\uace0,<br \/>\n            \ud0c0\ubdf8\ub808\uc774\uc158\uc740 \ud558\uc704 \ubb38\uc81c\uc758 \uacb0\uacfc\ub97c \ud14c\uc774\ube14\uc5d0 \uc800\uc7a5\ud558\uc5ec \ubc14\ud140 \uc5c5 \ubc29\uc2dd\uc73c\ub85c \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.\n        <\/p>\n<\/section>\n<section>\n<h2>\ubb38\uc81c \uc18c\uac1c: \ud53c\ubcf4\ub098\uce58 \uc218\uc5f4<\/h2>\n<p>\n            \ud53c\ubcf4\ub098\uce58 \uc218\uc5f4\uc740 \uc790\uc5f0\uc218\uc758 \uc218\uc5f4\ub85c, \ucc98\uc74c \ub450 \uac1c\uc758 \ud56d\uc774 0\uacfc 1\uc774\uba70,<br \/>\n            \uadf8 \uc774\ud6c4\uc758 \ud56d\uc740 \ubc14\ub85c \uc55e\uc758 \ub450 \ud56d\uc744 \ub354\ud55c \uac12\uc73c\ub85c \uc815\uc758\ub429\ub2c8\ub2e4.<br \/>\n            \uc989, F(0) = 0, F(1) = 1, F(n) = F(n-1) + F(n-2) (n &gt;= 2)\uc785\ub2c8\ub2e4.\n        <\/p>\n<p>\n            \ud53c\ubcf4\ub098\uce58 \uc218\uc5f4\uc744 \uacc4\uc0b0\ud558\ub294 \ud6a8\uc728\uc801\uc778 \ubc29\ubc95\uc744 \uad6c\ud604\ud558\uba74\uc11c \ub3d9\uc801 \uacc4\ud68d\ubc95\uc758 \uac1c\ub150\uc744 \uc774\ud574\ud574\ubd05\uc2dc\ub2e4.\n        <\/p>\n<\/section>\n<section>\n<h2>\ubb38\uc81c \ud480\uc774 \uacfc\uc815<\/h2>\n<h3>1. \ubb38\uc81c \ud30c\uc545\ud558\uae30<\/h3>\n<p>\n            \ud53c\ubcf4\ub098\uce58 \uc218\uc5f4\uc758 n\ubc88\uc9f8 \ud56d\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4.<br \/>\n            \uac04\ub2e8\ud55c \uc815\uc758\ub294 \uc788\uc9c0\ub9cc, \uc7ac\uadc0\uc801 \ubc29\ubc95\uc73c\ub85c \uad6c\ud604\ud560 \uacbd\uc6b0 \uc911\ubcf5 \uacc4\uc0b0\uc774 \ubc1c\uc0dd\ud558\uc5ec \ube44\ud6a8\uc728\uc801\uc785\ub2c8\ub2e4.\n        <\/p>\n<h3>2. \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc801\uc6a9<\/h3>\n<p>\n            \ub3d9\uc801 \uacc4\ud68d\ubc95\uc744 \uc0ac\uc6a9\ud558\uba74 \uc911\ubcf5 \uacc4\uc0b0\uc744 \ud53c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n            \ud2b9\ud788 \ud558\uc704 \ubb38\uc81c\uc5d0\uc11c \uc774\ubbf8 \uacc4\uc0b0\ub41c \uacb0\uacfc\ub97c \uc800\uc7a5\ud558\uace0 \uc7ac\uc0ac\uc6a9\ud568\uc73c\ub85c\uc368 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c \uc904\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n            \uc5ec\uae30\uc11c\ub294 \uba54\ubaa8\uc774\uc81c\uc774\uc158 \ubc29\uc2dd\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uaca0\uc2b5\ub2c8\ub2e4.\n        <\/p>\n<h3>3. \uba54\ubaa8\uc774\uc81c\uc774\uc158 \uad6c\ud604<\/h3>\n<p>\n            \uba54\ubaa8\uc774\uc81c\uc774\uc158\uc740 \uc7ac\uadc0 \ud568\uc218\uc5d0 \ucd94\uac00\uc801\uc778 \ubcc0\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774\uc804\uc5d0 \uacc4\uc0b0\ud55c \uacb0\uacfc\ub97c \uc800\uc7a5\ud558\ub294 \ubc29\uc2dd\uc785\ub2c8\ub2e4.<br \/>\n            \uc2a4\uc704\ud504\ud2b8\ub85c \ucf54\ub4dc\ub97c \uc791\uc131\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n        <\/p>\n<pre>\n            <code>\n                func fibonacci(_ n: Int, _ memo: inout [Int?]) -&gt; Int {\n                    if let value = memo[n] {\n                        return value\n                    }\n                    if n &lt;= 1 {\n                        memo[n] = n\n                        return n\n                    }\n                    memo[n] = fibonacci(n - 1, &amp;memo) + fibonacci(n - 2, &amp;memo)\n                    return memo[n]!\n                }\n                \n                func fibonacciWrapper(n: Int) -&gt; Int {\n                    var memo = Array(repeating: nil, count: n + 1)\n                    return fibonacci(n, &amp;memo)\n                }\n                \n                \/\/ \ud638\ucd9c \uc608\n                let result = fibonacciWrapper(n: 10)\n                print(result) \/\/ \ucd9c\ub825: 55\n            <\/code>\n        <\/pre>\n<h3>4. \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ubd84\uc11d<\/h3>\n<p>\n            \uba54\ubaa8\uc774\uc81c\uc774\uc158\uc744 \uc0ac\uc6a9\ud55c \ud53c\ubcf4\ub098\uce58 \uc218\uc5f4\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(n)\uc785\ub2c8\ub2e4.<br \/>\n            \uac01 n\uc5d0 \ub300\ud574 \ud55c \ubc88\ub9cc \uacc4\uc0b0\ud558\uace0 \uacb0\uacfc\ub97c \uc800\uc7a5\ud558\ubbc0\ub85c \ud6a8\uc728\uc801\uc778 \uc131\ub2a5\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<br \/>\n            \uacf5\uac04 \ubcf5\uc7a1\ub3c4 \uc5ed\uc2dc O(n)\uc785\ub2c8\ub2e4.\n        <\/p>\n<h3>5. \ud0c0\ubdf8\ub808\uc774\uc158 \ubc29\ubc95\uc73c\ub85c \uad6c\ud604\ud558\uae30<\/h3>\n<p>\n            \uc774\ubc88\uc5d0\ub294 \ud0c0\ubdf8\ub808\uc774\uc158 \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub3d9\uc77c\ud55c \ubb38\uc81c\ub97c \ud574\uacb0\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<br \/>\n            \uc774 \ubc29\ubc95\uc740 \ud558\uc704 \ubb38\uc81c\uc758 \uacb0\uacfc\ub97c \ud14c\uc774\ube14\uc5d0 \uc800\uc7a5\ud558\uc5ec \ubc14\ud140\uc5c5 \ubc29\uc2dd\uc73c\ub85c \uc811\uadfc\ud569\ub2c8\ub2e4.<br \/>\n            \uc2a4\uc704\ud504\ud2b8\ub85c \ucf54\ub4dc\ub97c \uc791\uc131\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n        <\/p>\n<pre>\n            <code>\n                func fibonacciTabulation(_ n: Int) -&gt; Int {\n                    if n &lt;= 1 { return n }\n                    var dp = Array(repeating: 0, count: n + 1)\n                    dp[0] = 0\n                    dp[1] = 1\n                    \n                    for i in 2...n {\n                        dp[i] = dp[i - 1] + dp[i - 2]\n                    }\n                    return dp[n]\n                }\n                \n                \/\/ \ud638\ucd9c \uc608\n                let resultTabulation = fibonacciTabulation(n: 10)\n                print(resultTabulation) \/\/ \ucd9c\ub825: 55\n            <\/code>\n        <\/pre>\n<h3>6. \uacb0\ub860<\/h3>\n<p>\n            \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub3d9\uc801 \uacc4\ud68d\ubc95\uc758 \uae30\ubcf8 \uac1c\ub150\uc744 \ubc30\uc6b0\uace0,<br \/>\n            \ud53c\ubcf4\ub098\uce58 \uc218\uc5f4 \ubb38\uc81c\ub97c \ud1b5\ud574 \uba54\ubaa8\uc774\uc81c\uc774\uc158\uacfc \ud0c0\ubdf8\ub808\uc774\uc158 \uae30\ubc95\uc744 \uc2e4\uc2b5\ud574 \ubcf4\uc558\uc2b5\ub2c8\ub2e4.<br \/>\n            \ub3d9\uc801 \uacc4\ud68d\ubc95\uc740 \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0\uc11c \ud65c\uc6a9\ub420 \uc218 \uc788\ub294 \uac15\ub825\ud55c \ub3c4\uad6c\uc774\uba70,<br \/>\n            \uc774\ub860\uc744 \uc798 \uc774\ud574\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc774 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c\ub3c4 \ud070 \ub3c4\uc6c0\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4.\n        <\/p>\n<\/section>\n<footer>\n<p>\uc774 \uac15\uc88c\ub97c \ud1b5\ud574 \ub3d9\uc801 \uacc4\ud68d\ubc95\uc5d0 \ub300\ud55c \uae4a\uc774 \uc788\ub294 \uc774\ud574\uc640 \uc2e4\uc2b5\uc744 \uacbd\ud5d8\ud558\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<p>\uc55e\uc73c\ub85c \ub354\uc6b1 \ub2e4\uc591\ud55c \uc8fc\uc81c\ub85c \ucc3e\uc544\uc624\uaca0\uc2b5\ub2c8\ub2e4. \uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n<\/footer>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>\ub3d9\uc801 \uacc4\ud68d\ubc95(Dynamic Programming, DP)\uc740 \uc54c\uace0\ub9ac\uc998 \uc124\uacc4 \uae30\ubc95 \uc911 \ud558\ub098\ub85c, \ubcf5\uc7a1\ud55c \ubb38\uc81c\ub97c \ub2e8\uc21c\ud55c \uc5ec\ub7ec \uac1c\uc758 \ud558\uc704 \ubb38\uc81c\ub85c \ub098\ub204\uc5b4 \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8 \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub3d9\uc801 \uacc4\ud68d\ubc95\uc744 \uc801\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uace0, \uc2e4\uc81c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc774\ub860\uc744 \uc2e4\uc2b5\ud558\ub294 \uae30\ud68c\ub97c \uac00\uc9c0\ub824\uace0 \ud569\ub2c8\ub2e4. \ub3d9\uc801 \uacc4\ud68d\ubc95\uc758 \uae30\ucd08 \ub3d9\uc801 \uacc4\ud68d\ubc95\uc740 \uc8fc\uc5b4\uc9c4 \ubb38\uc81c\ub97c \ucd5c\uc801 \ubd80\ubd84 \uad6c\uc870\uc5d0 \ub530\ub77c \ub098\ub204\uc5b4 \ud574\uacb0\ud558\ub294 \ubc29\uc2dd\uc785\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc73c\ub85c \ub450 \uac00\uc9c0 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/28152\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[27],"tags":[],"class_list":["post-28152","post","type-post","status-publish","format-standard","hentry","category-27"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/28152\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ub3d9\uc801 \uacc4\ud68d\ubc95(Dynamic Programming, DP)\uc740 \uc54c\uace0\ub9ac\uc998 \uc124\uacc4 \uae30\ubc95 \uc911 \ud558\ub098\ub85c, \ubcf5\uc7a1\ud55c \ubb38\uc81c\ub97c \ub2e8\uc21c\ud55c \uc5ec\ub7ec \uac1c\uc758 \ud558\uc704 \ubb38\uc81c\ub85c \ub098\ub204\uc5b4 \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8 \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub3d9\uc801 \uacc4\ud68d\ubc95\uc744 \uc801\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uace0, \uc2e4\uc81c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc774\ub860\uc744 \uc2e4\uc2b5\ud558\ub294 \uae30\ud68c\ub97c \uac00\uc9c0\ub824\uace0 \ud569\ub2c8\ub2e4. \ub3d9\uc801 \uacc4\ud68d\ubc95\uc758 \uae30\ucd08 \ub3d9\uc801 \uacc4\ud68d\ubc95\uc740 \uc8fc\uc5b4\uc9c4 \ubb38\uc81c\ub97c \ucd5c\uc801 \ubd80\ubd84 \uad6c\uc870\uc5d0 \ub530\ub77c \ub098\ub204\uc5b4 \ud574\uacb0\ud558\ub294 \ubc29\uc2dd\uc785\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc73c\ub85c \ub450 \uac00\uc9c0 &hellip; \ub354 \ubcf4\uae30 &quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/28152\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T15:32:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:07:46+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/28152\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28152\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30\",\"datePublished\":\"2024-10-27T15:32:10+00:00\",\"dateModified\":\"2024-11-26T07:07:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28152\/\"},\"wordCount\":21,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/28152\/\",\"url\":\"https:\/\/atmokpo.com\/w\/28152\/\",\"name\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T15:32:10+00:00\",\"dateModified\":\"2024-11-26T07:07:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28152\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/28152\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/28152\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/28152\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ub3d9\uc801 \uacc4\ud68d\ubc95(Dynamic Programming, DP)\uc740 \uc54c\uace0\ub9ac\uc998 \uc124\uacc4 \uae30\ubc95 \uc911 \ud558\ub098\ub85c, \ubcf5\uc7a1\ud55c \ubb38\uc81c\ub97c \ub2e8\uc21c\ud55c \uc5ec\ub7ec \uac1c\uc758 \ud558\uc704 \ubb38\uc81c\ub85c \ub098\ub204\uc5b4 \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8 \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub3d9\uc801 \uacc4\ud68d\ubc95\uc744 \uc801\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uace0, \uc2e4\uc81c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc774\ub860\uc744 \uc2e4\uc2b5\ud558\ub294 \uae30\ud68c\ub97c \uac00\uc9c0\ub824\uace0 \ud569\ub2c8\ub2e4. \ub3d9\uc801 \uacc4\ud68d\ubc95\uc758 \uae30\ucd08 \ub3d9\uc801 \uacc4\ud68d\ubc95\uc740 \uc8fc\uc5b4\uc9c4 \ubb38\uc81c\ub97c \ucd5c\uc801 \ubd80\ubd84 \uad6c\uc870\uc5d0 \ub530\ub77c \ub098\ub204\uc5b4 \ud574\uacb0\ud558\ub294 \ubc29\uc2dd\uc785\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc73c\ub85c \ub450 \uac00\uc9c0 &hellip; \ub354 \ubcf4\uae30 \"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/28152\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T15:32:10+00:00","article_modified_time":"2024-11-26T07:07:46+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/28152\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/28152\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30","datePublished":"2024-10-27T15:32:10+00:00","dateModified":"2024-11-26T07:07:46+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/28152\/"},"wordCount":21,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/28152\/","url":"https:\/\/atmokpo.com\/w\/28152\/","name":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T15:32:10+00:00","dateModified":"2024-11-26T07:07:46+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/28152\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/28152\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/28152\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc801 \uacc4\ud68d\ubc95 \uc54c\uc544\ubcf4\uae30"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=28152"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28152\/revisions"}],"predecessor-version":[{"id":28153,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28152\/revisions\/28153"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=28152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=28152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=28152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}