{"id":28411,"date":"2024-10-27T16:11:01","date_gmt":"2024-10-27T16:11:01","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=28411"},"modified":"2024-11-26T07:02:58","modified_gmt":"2024-11-26T07:02:58","slug":"%ec%bd%94%ed%8b%80%eb%a6%b0-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%ea%b9%8a%ec%9d%b4-%ec%9a%b0%ec%84%a0-%ed%83%90%ec%83%89","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/28411\/","title":{"rendered":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9"},"content":{"rendered":"<p><body><\/p>\n<article>\n<section>\n<h2>\ub4e4\uc5b4\uac00\uba70<\/h2>\n<p>\n                \uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \ud3ec\uc2a4\ud305\uc5d0\uc11c\ub294 \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9(DFS, Depth-First Search) \uc54c\uace0\ub9ac\uc998\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. DFS\ub294 \uadf8\ub798\ud504\ub098 \ud2b8\ub9ac \uad6c\uc870\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 \ud0d0\uc0c9 \uc54c\uace0\ub9ac\uc998\uc73c\ub85c, \ucd5c\ub300\ud55c \uae4a\uc774 \ub4e4\uc5b4\uac04 \ud6c4 \uc778\uc811 \ub178\ub4dc\ub97c \ud0d0\uc0c9\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0 \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc911\uc694\ud55c \uc8fc\uc81c\uc774\ub2c8 \uc54c\uace0\ub9ac\uc998 \uc774\ud574\uc640 \ubb38\uc81c \ud480\uc774 \ub2a5\ub825\uc744 \uae30\ub974\uae30 \uc704\ud574 \uaf2d \ub9c8\uc2a4\ud130\ud574\ub450\uae38 \ucd94\ucc9c\ud569\ub2c8\ub2e4.\n            <\/p>\n<\/section>\n<section>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<h3>\ubb38\uc81c \uc81c\ubaa9: \uc12c\uc758 \uac1c\uc218<\/h3>\n<p>\n                \uc8fc\uc5b4\uc9c4 2D \ubc30\uc5f4\uc5d0\uc11c &#8216;1&#8217;\uc740 \uc721\uc9c0, &#8216;0&#8217;\uc740 \ubc14\ub2e4\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc5f0\uc18d\uc801\uc73c\ub85c \uc5f0\uacb0\ub41c &#8216;1&#8217;\ub4e4\uc740 \ud558\ub098\uc758 \uc12c\uc73c\ub85c \uac04\uc8fc\ud569\ub2c8\ub2e4. \uc721\uc9c0 &#8216;1&#8217;\uacfc \uc218\ud3c9 \ub610\ub294 \uc218\uc9c1\uc73c\ub85c \uc5f0\uacb0\ub41c \ubaa8\ub4e0 &#8216;1&#8217;\uc740 \uac19\uc740 \uc12c\uc5d0 \ud3ec\ud568\ub429\ub2c8\ub2e4. \uc8fc\uc5b4\uc9c4 \ubc30\uc5f4\uc5d0\uc11c \uc12c\uc758 \uac1c\uc218\ub97c \uad6c\ud558\uc138\uc694.\n            <\/p>\n<h3>\uc785\ub825 \uc608\uc2dc<\/h3>\n<pre><code>[\n    [1, 1, 0, 0, 0],\n    [0, 1, 0, 0, 1],\n    [1, 0, 0, 1, 1],\n    [0, 0, 0, 0, 0],\n    [1, 0, 1, 0, 1]\n]<\/code><\/pre>\n<h3>\ucd9c\ub825 \uc608\uc2dc<\/h3>\n<p>\uc12c\uc758 \uac1c\uc218: 5<\/p>\n<\/section>\n<section>\n<h2>\ubb38\uc81c \ud480\uc774 \uacfc\uc815<\/h2>\n<p>\uc774 \ubb38\uc81c\ub294 DFS \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \ub2e8\uacc4\ub97c \ud1b5\ud574 \ubb38\uc81c\ub97c \ud574\uacb0\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>1\ub2e8\uacc4: \uadf8\ub798\ud504 \ud45c\ud604<\/h3>\n<p>\n                \ubb38\uc81c\uc5d0\uc11c\ub294 2D \ubc30\uc5f4\ub85c \uc8fc\uc5b4\uc9c0\ub294 \uadf8\ub798\ud504\ub97c \ub2e4\ub8e8\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uac01 &#8216;1&#8217;\uc740 \uc721\uc9c0\ub97c \ub098\ud0c0\ub0b4\uba70, \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574\uc11c\ub294 \uc774 \uc721\uc9c0\ub4e4\uc774 \uc5b4\ub5bb\uac8c \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\uc9c0\ub97c \ud30c\uc545\ud574\uc57c \ud569\ub2c8\ub2e4.\n            <\/p>\n<h3>2\ub2e8\uacc4: DFS \uc54c\uace0\ub9ac\uc998 \uad6c\ud604<\/h3>\n<p>\n                DFS\ub97c \uc0ac\uc6a9\ud558\uc5ec \uac01 \uc721\uc9c0 &#8216;1&#8217;\uc744 \ubc29\ubb38\ud560 \ub54c, \uadf8\uac83\uc774 \uc18d\ud55c \uc12c\uc744 \ud558\ub098\ub85c \ubb36\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574 \uc7ac\uadc0 \ud568\uc218\ub97c \uc815\uc758\ud558\uc5ec \uc778\uc811\ud55c \uc721\uc9c0 &#8216;1&#8217;\ub4e4\uc744 \ubc29\ubb38\ud558\uac8c \ub9cc\ub4ed\ub2c8\ub2e4.\n            <\/p>\n<h3>3\ub2e8\uacc4: \ucf54\ub4dc \uc791\uc131<\/h3>\n<p>\n                \uc774\uc81c \uae30\ubcf8\uc801\uc778 DFS \uc54c\uace0\ub9ac\uc998\uc744 \uad6c\ud604\ud558\ub294 \ucf54\ub4dc\ub97c \uc791\uc131\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucf54\ud2c0\ub9b0\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc74c\uacfc \uac19\uc740 \ubc29\uc2dd\uc73c\ub85c \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n            <\/p>\n<pre><code>fun numIslands(grid: Array<chararray>): Int {\n    if (grid.isEmpty()) return 0\n    var count = 0\n\n    fun dfs(i: Int, j: Int) {\n        if (i &lt; 0 || i &gt;= grid.size || j &lt; 0 || j &gt;= grid[0].size || grid[i][j] == '0') {\n            return\n        }\n        grid[i][j] = '0' \/\/ \ubc29\ubb38 \ucc98\ub9ac\n        dfs(i - 1, j) \/\/ \uc0c1\n        dfs(i + 1, j) \/\/ \ud558\n        dfs(i, j - 1) \/\/ \uc88c\n        dfs(i, j + 1) \/\/ \uc6b0\n    }\n\n    for (i in grid.indices) {\n        for (j in grid[i].indices) {\n            if (grid[i][j] == '1') {\n                count++\n                dfs(i, j) \/\/ \uc0c8\ub85c\uc6b4 \uc12c \ubc1c\uacac\n            }\n        }\n    }\n    return count\n}<\/chararray><\/code><\/pre>\n<h3>4\ub2e8\uacc4: \ucf54\ub4dc \uc124\uba85<\/h3>\n<p>\n                \uc704\uc758 \ucf54\ub4dc\uc5d0\uc11c <code>numIslands<\/code> \ud568\uc218\ub294 2D \ubc30\uc5f4\uc744 \ub9e4\uac1c\ubcc0\uc218\ub85c \ubc1b\uace0, \uc12c\uc758 \uac1c\uc218\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<br \/>\n                \ub0b4\ubd80\uc758 <code>dfs<\/code> \ud568\uc218\ub294 \uc7ac\uadc0\uc801\uc73c\ub85c \uac01 \uc721\uc9c0\ub97c \ubc29\ubb38\ud558\uba70, \uc774\ubbf8 \ubc29\ubb38\ud55c \uc721\uc9c0\ub294 &#8216;0&#8217;\uc73c\ub85c \ubcc0\uacbd\ud558\uc5ec \uc911\ubcf5 \ubc29\ubb38\uc744 \ubc29\uc9c0\ud569\ub2c8\ub2e4.<br \/>\n                \uc774\uc911 \ub8e8\ud504\ub97c \ud1b5\ud574 \ubc30\uc5f4\uc758 \uac01 \uc694\uc18c\ub97c \ud655\uc778\ud558\uba70, &#8216;1&#8217;\uc774 \ubc1c\uacac\ub420 \ub54c\ub9c8\ub2e4 \uc12c\uc758 \uac1c\uc218\ub97c \uc99d\uac00\uc2dc\ud0a4\uace0 <code>dfs<\/code>\ub97c \ud638\ucd9c\ud569\ub2c8\ub2e4.\n            <\/p>\n<h3>5\ub2e8\uacc4: \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ubc0f \uacf5\uac04 \ubcf5\uc7a1\ub3c4<\/h3>\n<p>\n                DFS \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(M * N)\uc785\ub2c8\ub2e4. M\uc740 \ud589\uc758 \uac1c\uc218, N\uc740 \uc5f4\uc758 \uac1c\uc218\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4.<br \/>\n                \uacf5\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(H)\uc774\uba70, H\ub294 \uc7ac\uadc0 \ud638\ucd9c \uc2a4\ud0dd\uc758 \uae4a\uc774\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \ucd5c\uc545\uc758 \uacbd\uc6b0\uc5d0\ub294 O(M + N)\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n            <\/p>\n<h2>\ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4 \ubd84\uc11d<\/h2>\n<p>\n                \uc704 \uc124\uba85\uc73c\ub85c \uae30\ubcf8\uc801\uc778 \ucf54\ub4dc\ub97c \uc791\uc131\ud574\ubcf4\uc558\ub294\ub370, \ub2e4\uc591\ud55c \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\ub97c \ud1b5\ud574 \ucf54\ub4dc\uc758 \uc815\ud655\uc131\uc744 \uac80\uc99d\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<br \/>\n                \ub2e4\uc74c\uc740 \uba87 \uac00\uc9c0 \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.\n            <\/p>\n<ol>\n<li>\n<strong>\ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4 1:<\/strong><br \/>\n                    \uc785\ub825: <\/p>\n<pre><code>[[1,1,0,0],[0,1,0,0],[0,0,0,1],[1,0,0,1]]<\/code><\/pre>\n<p>                    \uc608\uc0c1 \ucd9c\ub825: 2\n                <\/li>\n<li>\n<strong>\ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4 2:<\/strong><br \/>\n                    \uc785\ub825: <\/p>\n<pre><code>[[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0]]<\/code><\/pre>\n<p>                    \uc608\uc0c1 \ucd9c\ub825: 0\n                <\/li>\n<li>\n<strong>\ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4 3:<\/strong><br \/>\n                    \uc785\ub825: <\/p>\n<pre><code>[[1,1,1,1],[1,0,0,0],[1,1,1,1]]<\/code><\/pre>\n<p>                    \uc608\uc0c1 \ucd9c\ub825: 1\n                <\/li>\n<\/ol>\n<\/section>\n<section>\n<h2>\ub9c8\uce58\uba70<\/h2>\n<p>\n                \uc774\ubc88 \ud3ec\uc2a4\ud305\uc5d0\uc11c\ub294 \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9(DFS)\uc5d0 \ub300\ud574 \uc124\uba85\ud558\uace0, \uc608\uc81c \ubb38\uc81c\ub97c \ud1b5\ud574 \uc54c\uace0\ub9ac\uc998\uc744 \uc9c1\uc811 \uad6c\ud604\ud574\ubcf4\uc558s\uc2b5\ub2c8\ub2e4.<br \/>\n                DFS\ub294 \uadf8\ub798\ud504 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 \ub54c \ub9e4\uc6b0 \uc720\uc6a9\ud55c \ub3c4\uad6c\uc774\ubbc0\ub85c, \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \uc811\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n                \ub2e4\uc591\ud55c \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uba74\uc11c DFS\ub97c \uae4a\uc774 \uc788\uac8c \uc774\ud574\ud558\uace0 \ud65c\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uc5f0\uc2b5\ud574\ubcf4\uc138\uc694.\n            <\/p>\n<\/section>\n<\/article>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ub4e4\uc5b4\uac00\uba70 \uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \ud3ec\uc2a4\ud305\uc5d0\uc11c\ub294 \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9(DFS, Depth-First Search) \uc54c\uace0\ub9ac\uc998\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. DFS\ub294 \uadf8\ub798\ud504\ub098 \ud2b8\ub9ac \uad6c\uc870\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 \ud0d0\uc0c9 \uc54c\uace0\ub9ac\uc998\uc73c\ub85c, \ucd5c\ub300\ud55c \uae4a\uc774 \ub4e4\uc5b4\uac04 \ud6c4 \uc778\uc811 \ub178\ub4dc\ub97c \ud0d0\uc0c9\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0 \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc911\uc694\ud55c \uc8fc\uc81c\uc774\ub2c8 \uc54c\uace0\ub9ac\uc998 \uc774\ud574\uc640 \ubb38\uc81c \ud480\uc774 \ub2a5\ub825\uc744 \uae30\ub974\uae30 \uc704\ud574 \uaf2d \ub9c8\uc2a4\ud130\ud574\ub450\uae38 \ucd94\ucc9c\ud569\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \ubb38\uc81c \uc81c\ubaa9: \uc12c\uc758 \uac1c\uc218 \uc8fc\uc5b4\uc9c4 2D \ubc30\uc5f4\uc5d0\uc11c &#8216;1&#8217;\uc740 \uc721\uc9c0, &#8216;0&#8217;\uc740 \ubc14\ub2e4\ub97c &hellip; <a href=\"https:\/\/atmokpo.com\/w\/28411\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9&#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":[28],"tags":[],"class_list":["post-28411","post","type-post","status-publish","format-standard","hentry","category-28"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9 - \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\/28411\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ub4e4\uc5b4\uac00\uba70 \uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \ud3ec\uc2a4\ud305\uc5d0\uc11c\ub294 \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9(DFS, Depth-First Search) \uc54c\uace0\ub9ac\uc998\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. DFS\ub294 \uadf8\ub798\ud504\ub098 \ud2b8\ub9ac \uad6c\uc870\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 \ud0d0\uc0c9 \uc54c\uace0\ub9ac\uc998\uc73c\ub85c, \ucd5c\ub300\ud55c \uae4a\uc774 \ub4e4\uc5b4\uac04 \ud6c4 \uc778\uc811 \ub178\ub4dc\ub97c \ud0d0\uc0c9\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0 \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc911\uc694\ud55c \uc8fc\uc81c\uc774\ub2c8 \uc54c\uace0\ub9ac\uc998 \uc774\ud574\uc640 \ubb38\uc81c \ud480\uc774 \ub2a5\ub825\uc744 \uae30\ub974\uae30 \uc704\ud574 \uaf2d \ub9c8\uc2a4\ud130\ud574\ub450\uae38 \ucd94\ucc9c\ud569\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \ubb38\uc81c \uc81c\ubaa9: \uc12c\uc758 \uac1c\uc218 \uc8fc\uc5b4\uc9c4 2D \ubc30\uc5f4\uc5d0\uc11c &#8216;1&#8217;\uc740 \uc721\uc9c0, &#8216;0&#8217;\uc740 \ubc14\ub2e4\ub97c &hellip; \ub354 \ubcf4\uae30 &quot;\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/28411\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T16:11:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:02:58+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\/28411\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28411\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9\",\"datePublished\":\"2024-10-27T16:11:01+00:00\",\"dateModified\":\"2024-11-26T07:02:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28411\/\"},\"wordCount\":27,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/28411\/\",\"url\":\"https:\/\/atmokpo.com\/w\/28411\/\",\"name\":\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T16:11:01+00:00\",\"dateModified\":\"2024-11-26T07:02:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28411\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/28411\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/28411\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9\"}]},{\"@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":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9 - \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\/28411\/","og_locale":"ko_KR","og_type":"article","og_title":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ub4e4\uc5b4\uac00\uba70 \uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \ud3ec\uc2a4\ud305\uc5d0\uc11c\ub294 \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9(DFS, Depth-First Search) \uc54c\uace0\ub9ac\uc998\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. DFS\ub294 \uadf8\ub798\ud504\ub098 \ud2b8\ub9ac \uad6c\uc870\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 \ud0d0\uc0c9 \uc54c\uace0\ub9ac\uc998\uc73c\ub85c, \ucd5c\ub300\ud55c \uae4a\uc774 \ub4e4\uc5b4\uac04 \ud6c4 \uc778\uc811 \ub178\ub4dc\ub97c \ud0d0\uc0c9\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0 \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc911\uc694\ud55c \uc8fc\uc81c\uc774\ub2c8 \uc54c\uace0\ub9ac\uc998 \uc774\ud574\uc640 \ubb38\uc81c \ud480\uc774 \ub2a5\ub825\uc744 \uae30\ub974\uae30 \uc704\ud574 \uaf2d \ub9c8\uc2a4\ud130\ud574\ub450\uae38 \ucd94\ucc9c\ud569\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \ubb38\uc81c \uc81c\ubaa9: \uc12c\uc758 \uac1c\uc218 \uc8fc\uc5b4\uc9c4 2D \ubc30\uc5f4\uc5d0\uc11c &#8216;1&#8217;\uc740 \uc721\uc9c0, &#8216;0&#8217;\uc740 \ubc14\ub2e4\ub97c &hellip; \ub354 \ubcf4\uae30 \"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9\"","og_url":"https:\/\/atmokpo.com\/w\/28411\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T16:11:01+00:00","article_modified_time":"2024-11-26T07:02:58+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\/28411\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/28411\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9","datePublished":"2024-10-27T16:11:01+00:00","dateModified":"2024-11-26T07:02:58+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/28411\/"},"wordCount":27,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/28411\/","url":"https:\/\/atmokpo.com\/w\/28411\/","name":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T16:11:01+00:00","dateModified":"2024-11-26T07:02:58+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/28411\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/28411\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/28411\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9"}]},{"@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":27232,"url":"https:\/\/atmokpo.com\/w\/27232\/","url_meta":{"origin":28411,"position":0},"title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud2b9\uc815 \uac70\ub9ac\uc758 \ub3c4\uc2dc \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 \ubb38\uc81c \uc815\uc758 \uc8fc\uc5b4\uc9c4 \ub3c4\uc2dc\uc640 \uac70\ub9ac \uc815\ubcf4\ub97c \ubc14\ud0d5\uc73c\ub85c, \ud2b9\uc815 \uac70\ub9ac K\uc5d0 \uc815\ud655\ud788 \ub3c4\ub2ec\ud560 \uc218 \uc788\ub294 \ub3c4\uc2dc \ubaa9\ub85d\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uac01 \ub3c4\uc2dc\ub294 \ubc88\ud638\ub85c \ud45c\ud604\ub418\uba70, \ub450 \ub3c4\uc2dc \uac04\uc758 \uac70\ub9ac \uc815\ubcf4\ub294 \uc591\ubc29\ud5a5 \ub3c4\ub85c\ub85c \uc5f0\uacb0\ub41c \ud615\ud0dc\ub85c \uc8fc\uc5b4\uc9d1\ub2c8\ub2e4. \ubaa9\ud45c\ub294 K\ub9cc\ud07c \ub5a8\uc5b4\uc9c4 \ub3c4\uc2dc\ub97c \ucc3e\ub294 \uac83\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, N\uac1c\uc758 \ub3c4\uc2dc\uac00 \uc788\uace0, M\uac1c\uc758\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":27254,"url":"https:\/\/atmokpo.com\/w\/27254\/","url_meta":{"origin":28411,"position":1},"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":27268,"url":"https:\/\/atmokpo.com\/w\/27268\/","url_meta":{"origin":28411,"position":2},"title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc5ec\ud589 \uacc4\ud68d \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 1. \ubb38\uc81c \uac1c\uc694 \ucc44\uc6a9 \uacfc\uc815\uc5d0\uc11c \ub9ce\uc774 \ub2e4\ub904\uc9c0\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \uc911 \ud558\ub098\ub294 \u2018\uc5ec\ud589 \uacc4\ud68d \uc9dc\uae30\u2019\uc785\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc8fc\uc5b4\uc9c4 \uc5ec\ub7ec \uc870\uac74\uc744 \ucda9\uc871\ud558\uba74\uc11c \uc5ec\ud589\uc9c0\ub97c \uc120\uc815\ud558\ub294 \uac83\uc5d0 \ub300\ud55c \uac83\uc785\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \uc6b0\ub9ac\ub294 \uc790\ub8cc\uad6c\uc870\uc640 \uc54c\uace0\ub9ac\uc998\uc744 \ud65c\uc6a9\ud558\uc5ec \ud6a8\uc728\uc801\uc73c\ub85c \ubb38\uc81c\ub97c \ud574\uacb0\ud560 \uc218 \uc788\ub294 \ub2a5\ub825\uc744 \uae30\ub974\uac8c \ub429\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 C# \uc5b8\uc5b4\ub85c \uc774\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":28550,"url":"https:\/\/atmokpo.com\/w\/28550\/","url_meta":{"origin":28411,"position":3},"title":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc784\uacc4 \uacbd\ub85c \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc77c: 2023\ub144 10\uc6d4 1\uc77c \uc791\uc131\uc790: \uc870\uad11\ud615 \ubb38\uc81c \uc815\uc758 \uc8fc\uc5b4\uc9c4 \uc5f0\uacb0\ub41c \uadf8\ub798\ud504\uc5d0\uc11c \uc2dc\uc791 \ub178\ub4dc\ubd80\ud130 \ub3c4\ucc29 \ub178\ub4dc\uae4c\uc9c0\uc758 \uc784\uacc4 \uacbd\ub85c\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc784\uacc4 \uacbd\ub85c\ub780 \uadf8\ub798\ud504\uc5d0\uc11c \uc694\uad6c\ub418\ub294 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ub370 \ud544\uc694\ud55c \ucd5c\uc18c \uc2dc\uac04 \ub610\ub294 \uac70\ub9ac\ub97c \ub098\ud0c0\ub0b4\uba70, \ud504\ub85c\uc81d\ud2b8 \uad00\ub9ac \ubc0f \uc790\uc6d0\uc758 \ucd5c\uc801 \ubc30\ubd84\uc5d0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uac01 \uc791\uc5c5\uc774 \uc644\ub8cc\ub418\ub294 \ub370 \uac78\ub9ac\ub294 \uc2dc\uac04\uc744 \ub098\ud0c0\ub0b4\ub294\u2026","rel":"","context":"&quot;\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%bd%94%ed%8b%80%eb%a6%b0-%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":27478,"url":"https:\/\/atmokpo.com\/w\/27478\/","url_meta":{"origin":28411,"position":4},"title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc784\uacc4 \uacbd\ub85c \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ubc29\ud5a5 \uadf8\ub798\ud504\uc5d0\uc11c \uc784\uacc4 \uacbd\ub85c\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc784\uacc4 \uacbd\ub85c\ub294 \uadf8\ub798\ud504 \ub0b4\uc758 \ub178\ub4dc\uc640 \uc5e3\uc9c0\ub85c \ud45c\ud604\ub418\uba70, \uac00\uc7a5 \uae34 \uacbd\ub85c\ub97c \ud574\uacb0\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc8fc\uc5b4\uc9c4 \uadf8\ub798\ud504\ub294 \ub178\ub4dc\uc758 \uac1c\uc218 n\uacfc \uc5e3\uc9c0\uc758 \uac1c\uc218 m\uc73c\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc785\ub825 \ud615\uc2dd \uccab \ubc88\uc9f8 \uc904\uc5d0 \uc815\uc218 n\uacfc m\uc774 \uc8fc\uc5b4\uc9c4\ub2e4. \ub2e4\uc74c m\uc904\uc5d0 \uac01\uac01 \ud55c \uc30d\uc758 \uc815\uc218 u\uc640 v\uac00 \uc8fc\uc5b4\uc9c4\ub2e4. \uc774\ub294\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":28411,"position":5},"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":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28411","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=28411"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28411\/revisions"}],"predecessor-version":[{"id":28412,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28411\/revisions\/28412"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=28411"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=28411"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=28411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}