{"id":28350,"date":"2024-10-27T15:33:55","date_gmt":"2024-10-27T15:33:55","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=28350"},"modified":"2024-11-26T07:03:55","modified_gmt":"2024-11-26T07:03:55","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-%ed%96%89%eb%a0%ac-%ea%b3%b1-%ec%97%b0%ec%82%b0-%ed%9a%9f%ec%88%98%ec%9d%98-%ec%b5%9c%ec%86%9f","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/28350\/","title":{"rendered":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\n   \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12\uc744 \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 \uac83\uc785\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d(Dynamic Programming) \uae30\uc220\uc744 \uc0ac\uc6a9\ud558\ub294 \uc88b\uc740 \uc608\uc2dc\ub85c, \uc2e4\uc9c8\uc801\uc778 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ub4f1\uc7a5\ud560 \uc218 \uc788\ub294 \ubb38\uc81c \uc720\ud615 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4.\n<\/p>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\n   \uc8fc\uc5b4\uc9c4 \ud589\ub82c\ub4e4\uc744 \ucc28\ub840\ub85c \uacf1\ud558\uae30 \uc704\ud574 \ud544\uc694\ud55c \uacf1\uc148 \uc5f0\uc0b0\uc758 \ucd5c\uc18c \ud69f\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ud589\ub82c\uc758 \ud06c\uae30\ub294 \ud574\ub2f9 \ud589\ub82c\uc758 \uacf1 \uc5f0\uc0b0\uc5d0\uc11c \uc601\ud5a5\uc744 \ubbf8\uce58\uae30 \ub54c\ubb38\uc5d0, \ucd5c\uc801\uc758 \uacf1\uc148 \uc21c\uc11c\ub97c \ucc3e\uc544\uc57c \ud569\ub2c8\ub2e4.\n<\/p>\n<h3>\ubb38\uc81c \uba85\uc138<\/h3>\n<pre>\n   \uc785\ub825: \uc815\uc218 \ubc30\uc5f4 <code>arr<\/code> (\ud06c\uae30 n+1)\n   \uac01 <code>arr[i]<\/code>\ub294 <code>i<\/code>\ubc88\uc9f8 \ud589\ub82c\uc758 \ud589 \uc218\uc640 \uc5f4 \uc218\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \n   (\uc989, \ud589\ub82c <code>A<\/code>\ub294 <code>arr[i-1] * arr[i]<\/code> \ud06c\uae30\ub97c \uac00\uc9d0. \uc774 \uacbd\uc6b0, <code>arr[0]<\/code>\ub294 \uccab \ubc88\uc9f8 \ud589\ub82c\uc758 \ud589 \uc218, <code>arr[n]<\/code>\ub294 \ub9c8\uc9c0\ub9c9 \ud589\ub82c\uc758 \uc5f4 \uc218)\n\n   \ucd9c\ub825: \ud589\ub82c \uacf1\uc148\uc5d0 \ud544\uc694\ud55c \ucd5c\uc18c \uacf1\uc148 \uc5f0\uc0b0 \ud69f\uc218\n<\/pre>\n<h2>\uc608\uc2dc<\/h2>\n<p>\n<strong>\uc785\ub825:<\/strong> arr = [10, 20, 30, 40] <br \/>\n<strong>\ucd9c\ub825:<\/strong> 3000 <br \/>\n<strong>\uc124\uba85:<\/strong> (A1(10&#215;20) * A2(20&#215;30)) * A3(30&#215;40) = 10 * 20 * 40 + (A1 * A2) * A3\uc5d0\uc11c \ucd5c\uc801\uc758 \uc21c\uc11c\ub85c \uacf1\uc148 \uc5f0\uc0b0\uc744 \uc218\ud589\ud574\uc57c \ucd5c\uc18c\uc758 \uc5f0\uc0b0 \ud69f\uc218\ub97c \ub2ec\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<h2>\ubb38\uc81c \ud574\uacb0 \uc811\uadfc\ubc95<\/h2>\n<p>\n   \uc774 \ubb38\uc81c\ub294 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <br \/>\n   \uc54c\uace0\ub9ac\uc998\uc758 \uae30\ucd08\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.\n<\/p>\n<ul>\n<li>\ud589\ub82c \uacf1\uc148\uc5d0\uc11c\uc758 \ucd5c\uc801 \uad6c\uc870\ub97c \uc774\ud574\ud55c\ub2e4.<\/li>\n<li>\uc810\ud654\uc2dd\uc744 \uc815\uc758\ud55c\ub2e4: <code>dp[i][j]<\/code>\ub97c \uc785\ub825\uc758 \ud589\ub82c \uc778\ub371\uc2a4 <code>i<\/code>\ubd80\ud130 <code>j<\/code>\uae4c\uc9c0\uc758 \ud589\ub82c \uacf1\uc148\uc758 \ucd5c\uc19f\uac12\uc73c\ub85c \uc815\uc758\ud569\ub2c8\ub2e4.<\/li>\n<li>\ucd5c\uc18c \uc5f0\uc0b0 \ud69f\uc218\ub97c \uc704\ud55c \uc810\ud654\uc2dd\uc744 \uad6c\ud574 <code>dp<\/code> \ubc30\uc5f4\uc744 \ucc44\uc6b4\ub2e4.<\/li>\n<li>\uacb0\uacfc\ub97c \ubc18\ud658\ud55c\ub2e4.<\/li>\n<\/ul>\n<h3>\uc810\ud654\uc2dd<\/h3>\n<p>\n   \ud589\ub82c A\ubd80\ud130 B\uae4c\uc9c0\uc758 \uacf1\uc148\uc744 \uace0\ub824\ud558\uace0, K\ub97c A\uc640 B\ub97c \ub098\ub204\ub294 \uc9c0\uc810\uc73c\ub85c \uc124\uc815\ud558\uba74, \uc544\ub798\uc758 \uc2dd\uc744 \uc138\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4:\n<\/p>\n<pre>\n   dp[i][j] = min(dp[i][k] + dp[k+1][j] + arr[i]*arr[k+1]*arr[j+1])\n<\/pre>\n<p>\n   \uc774 \uc2dd\uc740 \uc5ec\ub7ec \ubd80\ubd84\uc73c\ub85c \ubd84\ud560\ud558\uc5ec \ucd5c\uc801\uc758 \uacf1\uc148 \uc5f0\uc0b0 \ud69f\uc218\ub97c \ucc3e\ub294 \uacfc\uc815\uc744 \ub098\ud0c0\ub0b4\uba70, <code>k<\/code>\ub294 <code>i<\/code>\uc640 <code>j<\/code> \uc0ac\uc774\uc758 \ubaa8\ub4e0 \uac00\ub2a5\ud55c \ubd84\ud560 \uc810\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.\n<\/p>\n<h2>\uad6c\ud604<\/h2>\n<p>\n   \uc774\uc81c \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud55c \uc2a4\uc704\ud504\ud2b8 \ucf54\ub4dc\ub97c \uc791\uc131\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n<\/p>\n<pre>\n<code>\nfunc matrixChainOrder(arr: [Int]) -&gt; Int {\n    let n = arr.count - 1\n    var dp = Array(repeating: Array(repeating: 0, count: n), count: n)\n\n    for length in 2...n { \/\/ \ud589\ub82c\uc758 \uae38\uc774\uc5d0 \ub530\ub77c \ubc18\ubcf5\n        for i in 0..&lt;(n - length + 1) {\n            let j = i + length - 1\n            dp[i][j] = Int.max\n            for k in i..&lt;(j) {\n                dp[i][j] = min(dp[i][j], dp[i][k] + dp[k + 1][j] + arr[i] * arr[k + 1] * arr[j + 1])\n            }\n        }\n    }\n    \n    return dp[0][n - 1]\n}\n\n\/\/ \uc608\uc2dc \uc0ac\uc6a9\nlet arr = [10, 20, 30, 40]\nlet result = matrixChainOrder(arr: arr)\nprint(\"\ucd5c\uc18c \uacf1\uc148 \uc5f0\uc0b0 \ud69f\uc218: \\(result)\")\n<\/code>\n<\/pre>\n<h2>\ucf54\ub4dc \uc124\uba85<\/h2>\n<p>\n   \uc704 \ucf54\ub4dc\ub294 \ud589\ub82c \uacf1\uc148\uc758 \ucd5c\uc18c \uc5f0\uc0b0 \ud69f\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ud568\uc218\uc785\ub2c8\ub2e4.\n<\/p>\n<ul>\n<li>\uba3c\uc800, \uc785\ub825\ubc1b\uc740 \ud589\ub82c\uc758 \uc218\uc5d0 \ub530\ub77c <code>dp<\/code> \ubc30\uc5f4\uc744 \ucd08\uae30\ud654\ud569\ub2c8\ub2e4.<\/li>\n<li>\ub2e4\uc74c, \uc774\uc911 \ub8e8\ud504\ub97c \uc0ac\uc6a9\ud558\uc5ec \uac00\ub2a5\ud55c \ubaa8\ub4e0 \ud589\ub82c \uc870\ud569\uc5d0 \ub300\ud574 \uc5f0\uc0b0 \ud69f\uc218\ub97c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/li>\n<li>\uac00\uc7a5 \uc791\uc740 \uac12\uc744 \ucc3e\uae30 \uc704\ud574 \uc138 \ubc88\uc9f8 \ub8e8\ud504\uc5d0\uc11c \uac00\ub2a5\ud55c \ubd84\ud560 \uc9c0\uc810\uc744 \ud0d0\uc0c9\ud569\ub2c8\ub2e4.<\/li>\n<li>\ucd5c\uc885\uc801\uc73c\ub85c <code>dp[0][n - 1]<\/code>\ub97c \ubc18\ud658\ud558\uc5ec \ubaa8\ub4e0 \ud589\ub82c \uacf1\uc148\uc758 \ucd5c\uc19f\uac12\uc744 \ucd9c\ub825\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h2>\ubcf5\uc7a1\ub3c4 \ubd84\uc11d<\/h2>\n<p>\n   \uc774 \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(n^3)\uc785\ub2c8\ub2e4. \uc774\ub294 \ud589\ub82c \uac1c\uc218\uc5d0 \ube44\ub840\ud558\uc5ec \uc5f0\uc0b0 \ud69f\uc218\uac00 \uc99d\uac00\ud568\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4. \uacf5\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(n^2)\ub85c \uc810\ud654\uc2dd\uc5d0 \ub530\ub77c <code>dp<\/code> \ubc30\uc5f4\uc774 \uc0ac\uc6a9\ub418\ubbc0\ub85c \uc99d\uac00\ud569\ub2c8\ub2e4.\n<\/p>\n<h2>\uacb0\ub860<\/h2>\n<p>\n   \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\uc5d0 \ub300\ud574 \uc124\uba85\ud558\uc600\uc2b5\ub2c8\ub2e4. \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d \uae30\ubc95\uc744 \ud65c\uc6a9\ud558\uc5ec \ucd5c\uc801\uc758 \ud574\ub97c \uad6c\ud558\uace0, \uc2a4\uc704\ud504\ud2b8\ub85c \uc774\ub97c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6e0\uc2b5\ub2c8\ub2e4. \uc774 \uc54c\uace0\ub9ac\uc998\uc740 \ubcf5\uc7a1\ud55c \ubb38\uc81c\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \ud574\uacb0\ud558\ub294 \ub370 \ub9e4\uc6b0 \uc720\uc6a9\ud558\uba70, \ud5a5\ud6c4 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c\ub3c4 \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc8fc\uc81c\uc785\ub2c8\ub2e4.\n<\/p>\n<p>\uc774 \ubb38\uc81c\ub97c \ud1b5\ud574 \ub354\uc6b1 \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998\uacfc \uacb0\uc815\uc801 \ubb38\uc81c \ud574\uacb0 \ubc29\ubc95\uc744 \uc5f0\uad6c\ud558\uc2dc\uae30 \ubc14\ub77c\uba70, \uac01\uc790\uc758 \ucf54\ub529 \uc2e4\ub825\uc744 \ud55c\uce35 \ub354 \ubc1c\uc804\uc2dc\ud0a4\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12\uc744 \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 \uac83\uc785\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d(Dynamic Programming) \uae30\uc220\uc744 \uc0ac\uc6a9\ud558\ub294 \uc88b\uc740 \uc608\uc2dc\ub85c, \uc2e4\uc9c8\uc801\uc778 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ub4f1\uc7a5\ud560 \uc218 \uc788\ub294 \ubb38\uc81c \uc720\ud615 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ud589\ub82c\ub4e4\uc744 \ucc28\ub840\ub85c \uacf1\ud558\uae30 \uc704\ud574 \ud544\uc694\ud55c \uacf1\uc148 \uc5f0\uc0b0\uc758 \ucd5c\uc18c \ud69f\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ud589\ub82c\uc758 \ud06c\uae30\ub294 \ud574\ub2f9 \ud589\ub82c\uc758 \uacf1 \uc5f0\uc0b0\uc5d0\uc11c \uc601\ud5a5\uc744 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/28350\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\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-28350","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, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\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\/28350\/\" \/>\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, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12\uc744 \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 \uac83\uc785\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d(Dynamic Programming) \uae30\uc220\uc744 \uc0ac\uc6a9\ud558\ub294 \uc88b\uc740 \uc608\uc2dc\ub85c, \uc2e4\uc9c8\uc801\uc778 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ub4f1\uc7a5\ud560 \uc218 \uc788\ub294 \ubb38\uc81c \uc720\ud615 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ud589\ub82c\ub4e4\uc744 \ucc28\ub840\ub85c \uacf1\ud558\uae30 \uc704\ud574 \ud544\uc694\ud55c \uacf1\uc148 \uc5f0\uc0b0\uc758 \ucd5c\uc18c \ud69f\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ud589\ub82c\uc758 \ud06c\uae30\ub294 \ud574\ub2f9 \ud589\ub82c\uc758 \uacf1 \uc5f0\uc0b0\uc5d0\uc11c \uc601\ud5a5\uc744 &hellip; \ub354 \ubcf4\uae30 &quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/28350\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T15:33:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:03:55+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\/28350\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28350\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30\",\"datePublished\":\"2024-10-27T15:33:55+00:00\",\"dateModified\":\"2024-11-26T07:03:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28350\/\"},\"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\/28350\/\",\"url\":\"https:\/\/atmokpo.com\/w\/28350\/\",\"name\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T15:33:55+00:00\",\"dateModified\":\"2024-11-26T07:03:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28350\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/28350\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/28350\/#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, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\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, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\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\/28350\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12\uc744 \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 \uac83\uc785\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d(Dynamic Programming) \uae30\uc220\uc744 \uc0ac\uc6a9\ud558\ub294 \uc88b\uc740 \uc608\uc2dc\ub85c, \uc2e4\uc9c8\uc801\uc778 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ub4f1\uc7a5\ud560 \uc218 \uc788\ub294 \ubb38\uc81c \uc720\ud615 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ud589\ub82c\ub4e4\uc744 \ucc28\ub840\ub85c \uacf1\ud558\uae30 \uc704\ud574 \ud544\uc694\ud55c \uacf1\uc148 \uc5f0\uc0b0\uc758 \ucd5c\uc18c \ud69f\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ud589\ub82c\uc758 \ud06c\uae30\ub294 \ud574\ub2f9 \ud589\ub82c\uc758 \uacf1 \uc5f0\uc0b0\uc5d0\uc11c \uc601\ud5a5\uc744 &hellip; \ub354 \ubcf4\uae30 \"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/28350\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T15:33:55+00:00","article_modified_time":"2024-11-26T07:03:55+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\/28350\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/28350\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30","datePublished":"2024-10-27T15:33:55+00:00","dateModified":"2024-11-26T07:03:55+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/28350\/"},"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\/28350\/","url":"https:\/\/atmokpo.com\/w\/28350\/","name":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T15:33:55+00:00","dateModified":"2024-11-26T07:03:55+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/28350\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/28350\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/28350\/#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, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\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":[{"id":27238,"url":"https:\/\/atmokpo.com\/w\/27238\/","url_meta":{"origin":28350,"position":0},"title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \ubb38\uc81c \uc124\uba85 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \ud589\ub82c\uc758 \uacf1\uc148\uc740 \ube48\ubc88\ud558\uac8c \ub4f1\uc7a5\ud558\ub294 \ubb38\uc81c \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ud2b9\ud788, \uc8fc\uc5b4\uc9c4 \ud589\ub82c\ub4e4\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \uacf1\ud558\ub294 \ubc29\ubc95\uc744 \ubb3b\ub294 \ubb38\uc81c\ub294 \ucd5c\uc801\uc758 \uc54c\uace0\ub9ac\uc998 \uc124\uacc4\ub97c \ud1b5\ud574 \uc5f0\uc0b0 \ud69f\uc218\ub97c \ucd5c\uc18c\ud654\ud560 \uc218 \uc788\ub294 \uadc0\uc911\ud55c \uae30\uc220\uc744 \ud544\uc694\ub85c \ud569\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc8fc\uc5b4\uc9c4 \ud589\ub82c\uc758 \uacf1 \uc5f0\uc0b0\uc758 \ucd5c\uc19f\uac12\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c\ub294 \ub2e4\uc74c\uacfc\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27833,"url":"https:\/\/atmokpo.com\/w\/27833\/","url_meta":{"origin":28350,"position":1},"title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 N\uac1c\uc758 \ud589\ub82c\uc5d0 \ub300\ud574, \uc774 \ud589\ub82c\ub4e4\uc744 \uacf1\ud560 \ub54c \ud544\uc694\ud55c \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ud589\ub82c \uacf1\uc148\uc758 \uc5f0\uc0b0 \ud69f\uc218\ub294 \uacf1\uc148\uc758 \uc21c\uc11c\uc5d0 \ub530\ub77c \ud06c\uac8c \ub2ec\ub77c\uc9c0\uba70, \ub530\ub77c\uc11c \uc62c\ubc14\ub978 \uc21c\uc11c\ub97c \ucc3e\uc544\uc57c \ud569\ub2c8\ub2e4. \ud589\ub82c A\uc758 \ud06c\uae30\uac00 p \u00d7 q, \ud589\ub82c B\uc758 \ud06c\uae30\uac00 q \u00d7 r\uc77c \ub54c,\u2026","rel":"","context":"&quot;\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%9e%90%eb%b0%94%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27696,"url":"https:\/\/atmokpo.com\/w\/27696\/","url_meta":{"origin":28350,"position":2},"title":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc678\ud310\uc6d0\uc758 \uc21c\ud68c \uacbd\ub85c \uc9dc\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \ubb38\uc81c \uc815\uc758 \"\uc678\ud310\uc6d0 \ubb38\uc81c\"\ub294 \uc8fc\uc5b4\uc9c4 \ub3c4\uc2dc\ub4e4\uc744 \ubaa8\ub450 \ubc29\ubb38\ud558\uace0 \ub2e4\uc2dc \uc2dc\uc791\uc810\uc73c\ub85c \ub3cc\uc544\uc624\ub294 \ucd5c\uc18c \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \ucef4\ud4e8\ud130 \uacfc\ud559 \ubc0f \ucd5c\uc801\ud654 \uc774\ub860\uc5d0\uc11c \uc911\uc694\ud55c \ubb38\uc81c\uc774\uba70, \ub2e4\uc591\ud55c \uc2e4\uc81c \ubb38\uc81c\uc5d0 \uc751\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc678\ud310\uc6d0 \ubb38\uc81c\ub294 \ud2b9\ud788 NP-\uc644\uc804 \ubb38\uc81c\ub85c \uc54c\ub824\uc838 \uc788\uc73c\uba70, \ud6a8\uacfc\uc801\uc778 \uc54c\uace0\ub9ac\uc998\uc744 \ud1b5\ud574 \ud574\uacb0\ud560 \uc218 \uc788\ub294 \ubc29\ubc95\uc744\u2026","rel":"","context":"&quot;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-2\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27825,"url":"https:\/\/atmokpo.com\/w\/27825\/","url_meta":{"origin":28350,"position":3},"title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud50c\ub85c\uc774\ub4dc-\uc6cc\uc15c","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \ubaa9\ucc28 1. \uc18c\uac1c 2. \ubb38\uc81c \uc124\uba85 3. \ud50c\ub85c\uc774\ub4dc-\uc6cc\uc15c \uc54c\uace0\ub9ac\uc998 \uc774\ud574 4. \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \uad6c\ud604 5. \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 6. \uacb0\ub860 1. \uc18c\uac1c \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub294 \ube48\ubc88\ud558\uac8c \ucd9c\uc81c\ub418\uba70, \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998\uc744 \uc774\ud574\ud558\uace0 \uad6c\ud604\ud560 \uc218 \uc788\ub294 \ub2a5\ub825\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub85c\uc774\ub4dc-\uc6cc\uc15c(Floyd-Warshall) \uc54c\uace0\ub9ac\uc998\uc5d0 \ub300\ud574 \ub2e4\ub8e8\uace0, \uc774\ub97c \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6c1\ub2c8\ub2e4.\u2026","rel":"","context":"&quot;\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%9e%90%eb%b0%94%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27254,"url":"https:\/\/atmokpo.com\/w\/27254\/","url_meta":{"origin":28350,"position":4},"title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uadf8\ub798\ud504\uc758 \ud45c\ud604","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \ub0a0\uc9dc: [\ub0a0\uc9dc] \uc11c\ub860 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc54c\uace0\ub9ac\uc998\uc740 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ud2b9\ud788, \uadf8\ub798\ud504 \uc54c\uace0\ub9ac\uc998\uc740 \ubb38\uc81c \ud574\uacb0 \ub2a5\ub825\uc744 \ud3c9\uac00\ud558\ub294 \ub370 \uc788\uc5b4 \uc790\uc8fc \ub4f1\uc7a5\ud558\ub294 \uc8fc\uc81c \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 C#\uc744 \ud65c\uc6a9\ud558\uc5ec \uadf8\ub798\ud504\ub97c \ud45c\ud604\ud558\ub294 \ubc29\ubc95\uacfc \ud568\uaed8, \uadf8\ub798\ud504\ub97c \uc774\uc6a9\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uacfc\uc815\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uadf8\ub798\ud504\ub780 \ubb34\uc5c7\uc778\uac00? \uadf8\ub798\ud504\ub294 \ub178\ub4dc(\ub610\ub294 \uc815\uc810)\uc640 \uc774\ub4e4\u2026","rel":"","context":"&quot;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24125,"url":"https:\/\/atmokpo.com\/w\/24125\/","url_meta":{"origin":28350,"position":5},"title":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615\uacfc \ub118\ud30c\uc774 \ubc30\uc5f4: \uae30\ucd08\ubd80\ud130 \uc774\ud574\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 22\uc77c","format":false,"excerpt":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615\uacfc \ub118\ud30c\uc774 \ubc30\uc5f4: \uae30\ucd08\ubd80\ud130 \uc774\ud574\ud558\uae30 \ud30c\uc774\uc36c\uc740 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615(data types)\uc744 \uc81c\uacf5\ud558\uc5ec \ub370\uc774\ud130\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud558\uace0 \uc870\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub610\ud55c, \uc218\uce58 \ub370\uc774\ud130\uc758 \ud6a8\uc728\uc801\uc778 \ucc98\ub9ac\ub97c \uc704\ud574 \uac15\ub825\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc778 NumPy\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\uc36c\uc758 \uae30\ubcf8 \uc790\ub8cc\ud615\uacfc \ud568\uaed8 NumPy \ubc30\uc5f4\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud30c\uc774\uc36c\uc758 \uae30\ubcf8 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc744 \uc81c\uacf5\ud558\uc5ec, \uac1c\ubc1c\uc790\uac00 \ub370\uc774\ud130\ub97c \ub2e4\uc591\ud55c \ubc29\uc2dd\uc73c\ub85c \uc870\uc791\ud560\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c\uacf5\ubd80&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c\uacf5\ubd80","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac%ea%b3%b5%eb%b6%80\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28350","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=28350"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28350\/revisions"}],"predecessor-version":[{"id":28351,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28350\/revisions\/28351"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=28350"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=28350"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=28350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}