{"id":28314,"date":"2024-10-27T15:33:35","date_gmt":"2024-10-27T15:33:35","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=28314"},"modified":"2024-11-26T07:04:30","modified_gmt":"2024-11-26T07:04:30","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-%ec%b5%9c%ec%9e%a5-%ea%b3%b5%ed%86%b5-%eb%b6%80%eb%b6%84-%ec%88%98%ec%97%b4-%ec%b0%be%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/28314\/","title":{"rendered":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \ube14\ub85c\uadf8 \ud3ec\uc2a4\ud2b8\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8 \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4(Longest Common Subsequence, LCS) \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud558\uc5ec \uae4a\uc774 \uc788\uac8c \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. LCS \ubb38\uc81c\ub294 \ub450 \uac1c\uc758 \ubb38\uc790\uc5f4\uc5d0\uc11c \uacf5\ud1b5\uc801\uc73c\ub85c \ub098\ud0c0\ub098\ub294 \ubd80\ubd84 \uc218\uc5f4 \uc911 \uac00\uc7a5 \uae34 \uac83\uc744 \ucc3e\ub294 \ubb38\uc81c\ub85c, \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998\uacfc \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \ud1b5\ud574 \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc744 \ud1b5\ud574 \ubb38\uc81c\ub97c \uc774\ud574\ud558\uace0, \uc54c\uace0\ub9ac\uc998\uc744 \uad6c\ud604\ud558\ub294 \uacfc\uc815\uc744 \uc0c1\uc138\ud788 \uc548\ub0b4\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. \ubb38\uc81c \uc774\ud574\ud558\uae30<\/h2>\n<p>\ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4(LCS)\uc740 \ub450 \uac1c\uc758 \uc2dc\ud000\uc2a4\uac00 \uc8fc\uc5b4\uc84c\uc744 \ub54c, \ub450 \uc2dc\ud000\uc2a4\uc5d0 \uacf5\ud1b5\uc73c\ub85c \ud3ec\ud568\ub418\uc5b4 \uc788\uc73c\uba74\uc11c \uc6d0\ub798\uc758 \uc21c\uc11c\ub97c \uc720\uc9c0\ud558\ub294 \ubd80\ubd84 \uc218\uc5f4 \uc911 \uac00\uc7a5 \uae34 \uac83\uc744 \ucc3e\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ub450 \ubb38\uc790\uc5f4 &#8220;ABCBDAB&#8221;\uc640 &#8220;BDCAB&#8221;\uac00 \uc788\uc744 \ub54c \uc774\ub4e4\uc758 LCS\ub294 &#8220;BDAB&#8221;\uc774\uba70, \uae38\uc774\ub294 4\uc785\ub2c8\ub2e4.<\/p>\n<h2>2. \ubb38\uc81c \uc124\uba85<\/h2>\n<p>\uc8fc\uc5b4\uc9c4 \ub450 \ubb38\uc790\uc5f4 S1\uacfc S2\uc5d0 \ub300\ud574 LCS\uc758 \uae38\uc774\ub97c \uad6c\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud574 \ubd05\uc2dc\ub2e4. \ub9cc\uc57d \ub450 \ubb38\uc790\uc5f4\uc740 \uac01\uac01 \ub2e4\uc74c\uacfc \uac19\uc774 \uc815\uc758\ub418\uc5b4 \uc788\ub2e4\uace0 \ud558\uaca0\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\nS1 = \"ABCBDAB\"\nS2 = \"BDCAB\"\n<\/pre>\n<p>\uc774\uc81c LCS\ub97c \ucc3e\uae30 \uc704\ud574 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc77c\ubc18\uc801\uc778 \uc811\uadfc \ubc29\uc2dd\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>3. \ubb38\uc81c \ud574\uacb0 \ubc29\ubc95\ub860<\/h2>\n<p>LCS \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud55c \uac00\uc7a5 \ub110\ub9ac \uc54c\ub824\uc9c4 \ubc29\ubc95\uc740 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d(Dynamic Programming)\uc785\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc740 \ubb38\uc81c\ub97c \ud558\uc704 \ubb38\uc81c\ub85c \ub098\ub204\uc5b4 \ud480\uace0, \uadf8 \uacb0\uacfc\ub97c \uc7ac\uc0ac\uc6a9\ud558\uc5ec \uc804\uccb4 \ubb38\uc81c\uc758 \ud574\uacb0\uc744 \ub3c4\ucd9c\ud558\ub294 \ubc29\uc2dd\uc785\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>3.1 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d \ud14c\uc774\ube14 \ucd08\uae30\ud654<\/h3>\n<p>\uc6b0\uc120 \ub450 \ubb38\uc790\uc5f4 S1, S2\uc758 \uae38\uc774\ub97c \uac01\uac01 m\uacfc n\uc774\ub77c\uace0 \ud558\uc600\uc744 \ub54c, m+1 x n+1 \ud06c\uae30\uc758 2\ucc28\uc6d0 \ubc30\uc5f4(dp)\uc744 \uc0dd\uc131\ud558\uc5ec \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. \ubc30\uc5f4\uc758 \uac01 \uc694\uc18c dp[i][j]\ub294 S1\uc758 \uccab i\uac1c\uc758 \ubb38\uc790\uac00 S2\uc758 \uccab j\uac1c\uc758 \ubb38\uc790\uc640\uc758 LCS\uc758 \uae38\uc774\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \ucd08\uae30\ud654 \uacfc\uc815\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\nfor i in 0 to m: \n    dp[i][0] = 0\nfor j in 0 to n: \n    dp[0][j] = 0\n<\/pre>\n<h3>3.2 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d \uc810\ud654\uc2dd<\/h3>\n<p>\uc774\uc81c \uac01 \ubb38\uc790\uc5d0 \ub300\ud55c LCS \uac12\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \uc810\ud654\uc2dd\uc744 \uc815\uc758\ud558\uaca0\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d S1\uc758 i\ubc88\uc9f8 \ubb38\uc790\uc640 S2\uc758 j\ubc88\uc9f8 \ubb38\uc790\uac00 \uac19\ub2e4\uba74, \ud574\ub2f9 \ubb38\uc790\uae4c\uc9c0\uc758 LCS \uae38\uc774\ub294 \uc774\uc804\uc758 LCS \uae38\uc774\uc5d0 1\uc744 \ub354\ud55c \uac12\uc774 \ub429\ub2c8\ub2e4. \uc989:<\/p>\n<pre>\nif S1[i-1] == S2[j-1] then\n    dp[i][j] = dp[i-1][j-1] + 1\nelse\n    dp[i][j] = max(dp[i-1][j], dp[i][j-1])\n<\/pre>\n<p>\uc774 \uc810\ud654\uc2dd\uc744 \ud1b5\ud574 \ubaa8\ub4e0 \uc694\uc18c\ub97c \uacc4\uc0b0\ud560 \uc218 \uc788\uc73c\uba70, \ucd5c\uc885\uc801\uc73c\ub85c dp[m][n]\uc5d0\uc11c LCS\uc758 \uae38\uc774\ub97c \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>4. \uc2a4\uc704\ud504\ud2b8 \ucf54\ub4dc \uad6c\ud604<\/h2>\n<p>\uc774\uc81c \uc704\uc758 \uacfc\uc815\uc744 \ubc14\ud0d5\uc73c\ub85c Swift \uc5b8\uc5b4\ub85c LCS\ub97c \uad6c\ud604\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4\uc744 \uacc4\uc0b0\ud558\ub294 \ud568\uc218\uc785\ub2c8\ub2e4.<\/p>\n<pre>\nfunc longestCommonSubsequence(_ S1: String, _ S2: String) -&gt; Int {\n    let s1Array = Array(S1)\n    let s2Array = Array(S2)\n    let m = s1Array.count\n    let n = s2Array.count\n    var dp = Array(repeating: Array(repeating: 0, count: n + 1), count: m + 1)\n\n    for i in 1...m {\n        for j in 1...n {\n            if s1Array[i - 1] == s2Array[j - 1] {\n                dp[i][j] = dp[i - 1][j - 1] + 1\n            } else {\n                dp[i][j] = max(dp[i - 1][j], dp[i][j - 1])\n            }\n        }\n    }\n\n    return dp[m][n]\n}\n<\/pre>\n<p>\uc704\uc758 \ud568\uc218\ub294 \ub450 \ubb38\uc790\uc5f4 S1\uacfc S2\ub97c \uc778\uc790\ub85c \ubc1b\uc544 \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4\uc758 \uae38\uc774\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<\/p>\n<h2>5. \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4<\/h2>\n<p>\ud568\uc218\ub97c \ud14c\uc2a4\ud2b8\ud558\uae30 \uc704\ud574 \uba87 \uac00\uc9c0 \ucf00\uc774\uc2a4\ub97c \ub9cc\ub4e4\uc5b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre>\nlet S1 = \"ABCBDAB\"\nlet S2 = \"BDCAB\"\nlet result = longestCommonSubsequence(S1, S2)\nprint(\"\ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4\uc758 \uae38\uc774\ub294 \\(result)\uc785\ub2c8\ub2e4.\") \/\/ \ucd9c\ub825: 4\n<\/pre>\n<p>\ud14c\uc2a4\ud2b8\ub97c \ud1b5\ud574 \uc6b0\ub9ac\uc758 \uc54c\uace0\ub9ac\uc998\uc774 \uc62c\ubc14\ub978 \uacb0\uacfc\ub97c \ubc18\ud658\ud558\ub294\uc9c0 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>6. \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ubd84\uc11d<\/h2>\n<p>\ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \uc774\uc6a9\ud55c \uc774 \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(m*n)\uc774\uba70, \uacf5\uac04 \ubcf5\uc7a1\ub3c4 \ub610\ud55c O(m*n)\uc785\ub2c8\ub2e4. m\uacfc n\uc740 \uac01\uac01 \ub450 \ubb38\uc790\uc5f4\uc758 \uae38\uc774\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ubcf5\uc7a1\ub3c4\ub294 \ubb38\uc790\uc5f4\uc758 \uae38\uc774\uac00 \uc99d\uac00\ud568\uc5d0 \ub530\ub77c \uae09\uc99d\ud560 \uc218 \uc788\uc73c\ubbc0\ub85c, \uba54\ubaa8\uc774\uc81c\uc774\uc158\uc744 \ud65c\uc6a9\ud558\uc5ec \uacf5\uac04 \ubcf5\uc7a1\ub3c4\ub97c \uc904\uc774\ub294 \ub4f1\uc758 \ucd5c\uc801\ud654 \uae30\ubc95\uc744 \uc801\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>7. \uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud55c \ubc29\ubc95\uc73c\ub85c \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d \uae30\ubc95\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc2a4\uc704\ud504\ud2b8 \ucf54\ub4dc\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. LCS \ubb38\uc81c\ub294 \ucef4\ud4e8\ud130 \uacfc\ud559 \ubd84\uc57c\uc5d0\uc11c \uc720\uc6a9\ud558\uac8c \uc0ac\uc6a9\ub418\uba70, \ub2e4\uc591\ud55c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774 \uc54c\uace0\ub9ac\uc998\uc744 \uc5ec\ub7ec \uc0c1\ud669\uc5d0\uc11c \ud65c\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \uc774\ub97c \ud1b5\ud574 \ud504\ub85c\uadf8\ub798\ubc0d \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ub2a5\ub825\uc744 \ud5a5\uc0c1\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uc55e\uc73c\ub85c\ub3c4 \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \ud480\uc774\ub97c \ud1b5\ud574 \uc5ec\ub7ec\ubd84\uc774 \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0 \uc900\ube44\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\uae38 \ubc14\ub78d\ub2c8\ub2e4. \uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \ube14\ub85c\uadf8 \ud3ec\uc2a4\ud2b8\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8 \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4(Longest Common Subsequence, LCS) \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud558\uc5ec \uae4a\uc774 \uc788\uac8c \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. LCS \ubb38\uc81c\ub294 \ub450 \uac1c\uc758 \ubb38\uc790\uc5f4\uc5d0\uc11c \uacf5\ud1b5\uc801\uc73c\ub85c \ub098\ud0c0\ub098\ub294 \ubd80\ubd84 \uc218\uc5f4 \uc911 \uac00\uc7a5 \uae34 \uac83\uc744 \ucc3e\ub294 \ubb38\uc81c\ub85c, \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998\uacfc \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \ud1b5\ud574 \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc744 \ud1b5\ud574 \ubb38\uc81c\ub97c \uc774\ud574\ud558\uace0, \uc54c\uace0\ub9ac\uc998\uc744 \uad6c\ud604\ud558\ub294 \uacfc\uc815\uc744 \uc0c1\uc138\ud788 \uc548\ub0b4\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4. 1. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/28314\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\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-28314","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, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\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\/28314\/\" \/>\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, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \ube14\ub85c\uadf8 \ud3ec\uc2a4\ud2b8\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8 \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4(Longest Common Subsequence, LCS) \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud558\uc5ec \uae4a\uc774 \uc788\uac8c \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. LCS \ubb38\uc81c\ub294 \ub450 \uac1c\uc758 \ubb38\uc790\uc5f4\uc5d0\uc11c \uacf5\ud1b5\uc801\uc73c\ub85c \ub098\ud0c0\ub098\ub294 \ubd80\ubd84 \uc218\uc5f4 \uc911 \uac00\uc7a5 \uae34 \uac83\uc744 \ucc3e\ub294 \ubb38\uc81c\ub85c, \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998\uacfc \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \ud1b5\ud574 \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc744 \ud1b5\ud574 \ubb38\uc81c\ub97c \uc774\ud574\ud558\uace0, \uc54c\uace0\ub9ac\uc998\uc744 \uad6c\ud604\ud558\ub294 \uacfc\uc815\uc744 \uc0c1\uc138\ud788 \uc548\ub0b4\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4. 1. &hellip; \ub354 \ubcf4\uae30 &quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/28314\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T15:33:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:04:30+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\/28314\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28314\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\uae30\",\"datePublished\":\"2024-10-27T15:33:35+00:00\",\"dateModified\":\"2024-11-26T07:04:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28314\/\"},\"wordCount\":57,\"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\/28314\/\",\"url\":\"https:\/\/atmokpo.com\/w\/28314\/\",\"name\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T15:33:35+00:00\",\"dateModified\":\"2024-11-26T07:04:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28314\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/28314\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/28314\/#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, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\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, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\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\/28314\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \ube14\ub85c\uadf8 \ud3ec\uc2a4\ud2b8\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8 \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4(Longest Common Subsequence, LCS) \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud558\uc5ec \uae4a\uc774 \uc788\uac8c \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. LCS \ubb38\uc81c\ub294 \ub450 \uac1c\uc758 \ubb38\uc790\uc5f4\uc5d0\uc11c \uacf5\ud1b5\uc801\uc73c\ub85c \ub098\ud0c0\ub098\ub294 \ubd80\ubd84 \uc218\uc5f4 \uc911 \uac00\uc7a5 \uae34 \uac83\uc744 \ucc3e\ub294 \ubb38\uc81c\ub85c, \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998\uacfc \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \ud1b5\ud574 \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc744 \ud1b5\ud574 \ubb38\uc81c\ub97c \uc774\ud574\ud558\uace0, \uc54c\uace0\ub9ac\uc998\uc744 \uad6c\ud604\ud558\ub294 \uacfc\uc815\uc744 \uc0c1\uc138\ud788 \uc548\ub0b4\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4. 1. &hellip; \ub354 \ubcf4\uae30 \"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/28314\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T15:33:35+00:00","article_modified_time":"2024-11-26T07:04:30+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\/28314\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/28314\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\uae30","datePublished":"2024-10-27T15:33:35+00:00","dateModified":"2024-11-26T07:04:30+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/28314\/"},"wordCount":57,"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\/28314\/","url":"https:\/\/atmokpo.com\/w\/28314\/","name":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T15:33:35+00:00","dateModified":"2024-11-26T07:04:30+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/28314\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/28314\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/28314\/#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, \ucd5c\uc7a5 \uacf5\ud1b5 \ubd80\ubd84 \uc218\uc5f4 \ucc3e\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":28266,"url":"https:\/\/atmokpo.com\/w\/28266\/","url_meta":{"origin":28314,"position":0},"title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\uc218 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: [\ub0a0\uc9dc] 1. \uc774\uce5c\uc218(\uc774\uc9c4 \uce5c\ud654\uc218)\ub780? \uc774\uce5c\uc218\ub780, \ub2e4\uc74c\uc758 \uc870\uac74\uc744 \ub9cc\uc871\ud558\ub294 \uc774\uc9c4\uc218 \ubb38\uc790\uc5f4\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4: 0\uacfc 1\ub85c\ub9cc \uad6c\uc131\ub41c\ub2e4. \uc5f0\uc18d\ub41c \ub450 \uc790\ub9ac \uc218\uc5d0 1\uc774 \uc624\uc9c0 \uc54a\ub294\ub2e4. \uc989, '11' \uc774\ub77c\ub294 \ubd80\ubd84 \ubb38\uc790\uc5f4\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc544\uc57c \ud569\ub2c8\ub2e4. \ubb38\uc790\uc5f4\uc758 \uc591 \ub05d\uc740 0\uc73c\ub85c \ub05d\ub098\uc57c \ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, '010', '0010', '1000'\uc740 \uc774\uce5c\uc218\uc774\ub2e4. \ubc18\uba74\uc5d0 '11', '110', '0110', '0001'\uc740 \uc774\uce5c\uc218\uac00\u2026","rel":"","context":"&quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%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\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":28248,"url":"https:\/\/atmokpo.com\/w\/28248\/","url_meta":{"origin":28314,"position":1},"title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc624\ud070\uc218 \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 1. \ubb38\uc81c \uc815\uc758 \uc624\ud070\uc218\ub294 \uc8fc\uc5b4\uc9c4 \uc218\uc5f4\uc5d0\uc11c \ud2b9\uc815 \uc694\uc18c\uc758 \uc624\ub978\ucabd\uc5d0 \uc704\uce58\ud558\uba70, \uadf8 \uc694\uc18c\ubcf4\ub2e4 \ud070 \uccab \ubc88\uc9f8 \uc218\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \ub9cc\uc57d \uadf8\ub7ec\ud55c \uc218\uac00 \uc5c6\ub2e4\uba74 -1\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4. \uc989, \uc218\uc5f4 a[0], a[1], ..., a[n-1]\uac00 \uc788\uc744 \ub54c, \uac01 a[i]\uc5d0 \ub300\ud574 a[j] (j > i)\ub97c \ub9cc\uc871\ud558\ub294 \uac00\uc7a5 \uc791\uc740 j\ub97c \ucc3e\ub294\u2026","rel":"","context":"&quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%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\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27950,"url":"https:\/\/atmokpo.com\/w\/27950\/","url_meta":{"origin":28314,"position":2},"title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc804 \uac1c\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 \ub3d9\uc804\uc73c\ub85c \uac70\uc2ac\ub7ec \uc904 \uc218 \uc788\ub294 \ucd5c\uc18c \uac1c\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\uc740 \uc8fc\uc5b4\uc9c4 \ub3d9\uc804\uc758 \uc885\ub958\uc640 \ucd1d\uc561\uc744 \uae30\ubc18\uc73c\ub85c \ud574\uc11c \ub3d9\uc804\uc744 \ucd5c\uc18c \uac1c\uc218\ub85c \uc0ac\uc6a9\ud558\uc5ec \ucd1d\uc561\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \ucc3e\uc544\uc57c \ud569\ub2c8\ub2e4. \ub3d9\uc804\uc758 \uc885\ub958\ub294 \ubb34\ud55c\ud788 \ub9ce\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ub3d9\uc804\uc758 \uc885\ub958\uac00 {1, 5, 10, 25} \ub3d9\uc804\uc774 \uc788\uace0, \ub9cc\ub4e4\uc5b4\uc57c \ud558\ub294\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":27386,"url":"https:\/\/atmokpo.com\/w\/27386\/","url_meta":{"origin":28314,"position":3},"title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \u2018\uc88b\uc740 \uc218\u2019 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\ubb38\uc81c \uc124\uba85 \"\uc88b\uc740 \uc218\"\ub780 \uc8fc\uc5b4\uc9c4 \uc218 N\uc758 \ubaa8\ub4e0 \uc57d\uc218 \uc911\uc5d0\uc11c \ud640\uc218\uc778 \uc57d\uc218\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\uc758 \ubaa9\ud45c\ub294 \uc8fc\uc5b4\uc9c4 \uc218 N\uc774 \uc788\uc744 \ub54c, N\uc758 \ubaa8\ub4e0 \ud640\uc218 \uc57d\uc218\ub97c \ucc3e\uc544\ub0b4\ub294 \uac83\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, N\uc774 12\ub77c\uba74, \uc774 \uc218\uc758 \uc57d\uc218\ub294 1, 2, 3, 4, 6, 12\uc774\uba70, \uadf8 \uc911 \ud640\uc218 \uc57d\uc218\ub294 1\uacfc 3\uc785\ub2c8\ub2e4. \uc774 \ubb38\uc81c\uc5d0\uc11c \uc8fc\uc5b4\uc9c4 \uc218\uc758 \ud640\uc218\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":27308,"url":"https:\/\/atmokpo.com\/w\/27308\/","url_meta":{"origin":28314,"position":4},"title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ud1b5 \uc870\uc0c1 \uad6c\ud558\uae30 2","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 \uc18c\uac1c \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 C# \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec '\ucd5c\uc18c \uacf5\ud1b5 \uc870\uc0c1(LCA; Lowest Common Ancestor)' \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \ub2e4\ub8f0 \uac83\uc785\ub2c8\ub2e4. \ucd5c\uc18c \uacf5\ud1b5 \uc870\uc0c1\uc740 \uc774\uc9c4 \ud2b8\ub9ac\uc5d0\uc11c \ub450 \ub178\ub4dc\uc758 \uacf5\ud1b5 \uc870\uc0c1 \uc911 \uac00\uc7a5 \uae4a\uc740 \ub178\ub4dc\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \ud2b9\uc815 \uc54c\uace0\ub9ac\uc998 \ubc0f \uc790\ub8cc \uad6c\uc870\ub97c \ud65c\uc6a9\ud558\uc5ec \uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uacfc\uc815\uc744 \uc790\uc138\ud788\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":28188,"url":"https:\/\/atmokpo.com\/w\/28188\/","url_meta":{"origin":28314,"position":5},"title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\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 1. \ubb38\uc81c \uc815\uc758 \ucd5c\uadfc IT \uae30\uc5c5\uc5d0\uc11c \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc758 \uc911\uc694\uc131\uc774 \ubd80\uac01\ub418\uba74\uc11c \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud478\ub294 \ub2a5\ub825\uc774 \uc694\uad6c\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \"\uc0ac\uc804 \ucc3e\uae30\"\ub77c\ub294 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc2a4\uc704\ud504\ud2b8 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub97c \ud65c\uc6a9\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \ud480\uc774\ub97c \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc8fc\uc5b4\uc9c4 \ub2e8\uc5b4 \ubaa9\ub85d\uc5d0\uc11c \ud2b9\uc815 \ub2e8\uc5b4\uac00 \uc5b4\ub514\uc5d0 \uc704\uce58\ud558\ub294\uc9c0\ub97c \ucc3e\ub294 \ubb38\uc81c\ub85c, \uae30\ubcf8\uc801\uc778\u2026","rel":"","context":"&quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%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\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28314","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=28314"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28314\/revisions"}],"predecessor-version":[{"id":28315,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28314\/revisions\/28315"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=28314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=28314"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=28314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}