{"id":27851,"date":"2024-10-27T15:19:54","date_gmt":"2024-10-27T15:19:54","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27851"},"modified":"2024-11-26T07:14:27","modified_gmt":"2024-11-26T07:14:27","slug":"%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-dfs%ec%99%80-bfs-%ed%94%84%eb%a1%9c%ea%b7%b8%eb%9e%a8","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/27851\/","title":{"rendered":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8"},"content":{"rendered":"<p><body><\/p>\n<article>\n<header>\n<p>\ube14\ub85c\uadf8\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4! \uc624\ub298\uc740 DFS(\uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9)\uc640 BFS(\ub108\ube44 \uc6b0\uc120 \ud0d0\uc0c9) \uc54c\uace0\ub9ac\uc998\uc744 \ud65c\uc6a9\ud55c \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uba70 \uc774\ub860\uacfc \uc2e4\uc81c \uad6c\ud604\uc744 \ub3d9\uc2dc\uc5d0 \ud559\uc2b5\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<\/header>\n<section>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\uc8fc\uc5b4\uc9c4 \ubb34\ubc29\ud5a5 \uadf8\ub798\ud504\uc5d0\uc11c \ud2b9\uc815 \ub178\ub4dc\uae4c\uc9c0\uc758 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uaca0\uc2b5\ub2c8\ub2e4. \uadf8\ub798\ud504\ub294 \uc778\uc811 \ub9ac\uc2a4\ud2b8 \ud615\ud0dc\ub85c \uc8fc\uc5b4\uc9c0\uba70, \ucd5c\ub2e8 \uacbd\ub85c\ub294 BFS\ub85c \uad6c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. DFS\ub294 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\uae30\ubcf4\ub2e4\ub294 \uacbd\ub85c\uc758 \uc874\uc7ac \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\ubb38\uc81c<\/h3>\n<pre><code>\n\uc785\ub825:\n- n: \uc815\uc810\uc758 \uc218 (1 \u2264 n \u2264 10^4)\n- edges: \uac04\uc120 \ub9ac\uc2a4\ud2b8 (\ubb34\ubc29\ud5a5)\n- start: \uc2dc\uc791 \uc815\uc810\n- end: \uc885\ub8cc \uc815\uc810\n\n\ucd9c\ub825:\n- start\uc5d0\uc11c end\uae4c\uc9c0\uc758 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \uc774\ub8e8\ub294 \uac04\uc120\uc758 \ub9ac\uc2a4\ud2b8\n            <\/code><\/pre>\n<h3>\uc608\uc2dc<\/h3>\n<p><strong>\uc785\ub825:<\/strong> <code>n = 5<\/code>, <code>edges = [[1, 2], [1, 3], [2, 4], [3, 4], [4, 5]]<\/code>, <code>start = 1<\/code>, <code>end = 5<\/code><\/p>\n<p><strong>\ucd9c\ub825:<\/strong> <code>[1, 2, 4, 5]<\/code> \ub610\ub294 <code>[1, 3, 4, 5]<\/code><\/p>\n<\/section>\n<section>\n<h2>\uc774\ub860<\/h2>\n<h3>DFS(\uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9)<\/h3>\n<p>\n                DFS\ub294 \uadf8\ub798\ud504\uc758 \ud55c \ub178\ub4dc\uc5d0\uc11c \uc2dc\uc791\ud558\uc5ec \uac00\ub2a5\ud55c \ud55c \uae4a\uc219\uc774 \ud0d0\uc0c9\ud55c \ud6c4 \ub354 \uc774\uc0c1 \uc9c4\ud589\ud560 \uc218 \uc5c6\uac8c \ub418\uba74 \ub418\ub3cc\uc544\uac00\ub294 \ubc29\uc2dd\uc785\ub2c8\ub2e4. \uc774 \uc54c\uace0\ub9ac\uc998\uc740 \uc7ac\uadc0\uc801\uc73c\ub85c \ub610\ub294 \uc2a4\ud0dd\uc744 \uc0ac\uc6a9\ud558\uc5ec \uad6c\ud604\ub429\ub2c8\ub2e4. DFS\uc758 \uc7a5\uc810\uc740 \uba54\ubaa8\ub9ac \uc0ac\uc6a9\ub7c9\uc774 \uc801\uace0, \uae4a\uc740 \ub178\ub4dc \ud0d0\uc0c9\uc774 \ud544\uc694\ud55c \uacbd\uc6b0\uc5d0 \uc720\uc6a9\ud569\ub2c8\ub2e4.\n            <\/p>\n<h3>BFS(\ub108\ube44 \uc6b0\uc120 \ud0d0\uc0c9)<\/h3>\n<p>\n                BFS\ub294 \uc2dc\uc791 \ub178\ub4dc\uc5d0\uc11c \uc778\uc811\ud55c \ubaa8\ub4e0 \ub178\ub4dc\ub97c \ud0d0\uc0c9\ud55c \ud6c4, \uadf8 \ub178\ub4dc\ub4e4\uc758 \uc778\uc811 \ub178\ub4dc\ub97c \ud0d0\uc0c9\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc9c4\ud589\ub429\ub2c8\ub2e4. \ud050\ub97c \uc0ac\uc6a9\ud558\uc5ec \uad6c\ud604\ud558\uba70, \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\uae30\uc5d0 \ud2b9\ud788 \uc801\ud569\ud569\ub2c8\ub2e4. BFS\ub294 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\ub294 \ub370 \uc788\uc5b4 \ub9e4\uc6b0 \uc720\uc6a9\ud558\uba70, \ucd5c\ub2e8 \uacbd\ub85c\uac00 \uc874\uc7ac\ud560 \uacbd\uc6b0 \uc774\ub97c \ubcf4\uc7a5\ud569\ub2c8\ub2e4.\n            <\/p>\n<\/section>\n<section>\n<h2>\ubb38\uc81c \ud480\uc774<\/h2>\n<h3>1\ub2e8\uacc4: \uadf8\ub798\ud504 \uad6c\uc131<\/h3>\n<p>\uba3c\uc800, \uc778\uc811 \ub9ac\uc2a4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uadf8\ub798\ud504\ub97c \uad6c\uc131\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code class=\"language-javascript\">\nfunction buildGraph(n, edges) {\n    const graph = Array.from({ length: n + 1 }, () =&gt; []);\n    for (const [u, v] of edges) {\n        graph[u].push(v);\n        graph[v].push(u); \/\/ \ubb34\ubc29\ud5a5 \uadf8\ub798\ud504\uc774\ubbc0\ub85c \uc591\ubc29\ud5a5\uc73c\ub85c \ucd94\uac00\n    }\n    return graph;\n}\n\nconst n = 5;\nconst edges = [[1, 2], [1, 3], [2, 4], [3, 4], [4, 5]];\nconst graph = buildGraph(n, edges);\nconsole.log(graph);\n            <\/code><\/pre>\n<h3>2\ub2e8\uacc4: BFS \uad6c\ud604<\/h3>\n<p>\uc774\uc81c \uc2dc\uc791 \uc815\uc810\uc5d0\uc11c \uc885\ub8cc \uc815\uc810\uae4c\uc9c0\uc758 \ucd5c\ub2e8 \uacbd\ub85c\ub97c BFS\ub85c \ucc3e\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>\nfunction bfs(graph, start, end) {\n    const queue = [[start]];\n    const visited = new Set([start]);\n\n    while (queue.length &gt; 0) {\n        const path = queue.shift();\n        const node = path[path.length - 1];\n\n        if (node === end) {\n            return path; \/\/ \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\uc73c\uba74 \ubc18\ud658\n        }\n\n        for (const neighbor of graph[node]) {\n            if (!visited.has(neighbor)) {\n                visited.add(neighbor);\n                queue.push([...path, neighbor]); \/\/ \ud604\uc7ac \uacbd\ub85c\uc5d0 \uc778\uc811 \ub178\ub4dc\ub97c \ucd94\uac00\n            }\n        }\n    }\n    return []; \/\/ \uacbd\ub85c\uac00 \uc5c6\uc744 \uacbd\uc6b0 \ube48 \ubc30\uc5f4 \ubc18\ud658\n}\n\nconst start = 1,\n      end = 5;\n\nconst result = bfs(graph, start, end);\nconsole.log(result);\n            <\/code><\/pre>\n<h3>3\ub2e8\uacc4: DFS \uad6c\ud604<\/h3>\n<p>\uc774\uc81c DFS\ub97c \uc0ac\uc6a9\ud558\uc5ec \uacbd\ub85c\uc758 \uc874\uc7ac \uc5ec\ubd80\ub97c \ud655\uc778\ud558\uace0, \uacbd\ub85c\ub97c \ucc3e\ub294 \ubc29\ubc95\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>\nfunction dfs(graph, start, end, visited = new Set(), path = []) {\n    visited.add(start);\n    path.push(start);\n    \n    if (start === end) {\n        return path; \/\/ \uacbd\ub85c\ub97c \ucc3e\uc73c\uba74 \ubc18\ud658\n    }\n\n    for (const neighbor of graph[start]) {\n        if (!visited.has(neighbor)) {\n            const resultPath = dfs(graph, neighbor, end, visited, [...path]);\n            if (resultPath.length &gt; 0) {\n                return resultPath; \/\/ \uacbd\ub85c\uac00 \ubc1c\uacac\ub418\uba74 \ubc18\ud658\n            }\n        }\n    }\n    return []; \/\/ \uacbd\ub85c\uac00 \uc5c6\uc744 \uacbd\uc6b0 \ube48 \ubc30\uc5f4 \ubc18\ud658\n}\n\nconst dfsResult = dfs(graph, start, end);\nconsole.log(dfsResult);\n            <\/code><\/pre>\n<\/section>\n<footer>\n<h2>\uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc774\uc6a9\ud558\uc5ec DFS\uc640 BFS \uc54c\uace0\ub9ac\uc998\uc744 \uad6c\ud604\ud558\uace0, \uc774\ub97c \ud1b5\ud574 \uadf8\ub798\ud504 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc95\uc744 \ubc30\uc6e0\uc2b5\ub2c8\ub2e4. BFS\ub294 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\ub294 \ub370 \uc720\uc6a9\ud558\uace0, DFS\ub294 \uacbd\ub85c \ud0d0\uc0c9\uc5d0 \uc801\ud569\ud558\ub2e4\ub294 \uc810\uc5d0\uc11c \ub450 \uc54c\uace0\ub9ac\uc998\uc740 \uac01\uae30 \ub2e4\ub978 \uc0c1\ud669\uc5d0 \ub9de\uac8c \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \uac15\uc88c\uc5d0\uc11c\ub294 \uc774\ub860\uc744 \ud55c\uce35 \ub354 \ubc1c\uc804\uc2dc\ud0a4\uace0, \ub2e4\uc591\ud55c \uadf8\ub798\ud504 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ub370 \ub3c4\uc804\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<\/footer>\n<\/article>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ube14\ub85c\uadf8\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4! \uc624\ub298\uc740 DFS(\uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9)\uc640 BFS(\ub108\ube44 \uc6b0\uc120 \ud0d0\uc0c9) \uc54c\uace0\ub9ac\uc998\uc744 \ud65c\uc6a9\ud55c \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uba70 \uc774\ub860\uacfc \uc2e4\uc81c \uad6c\ud604\uc744 \ub3d9\uc2dc\uc5d0 \ud559\uc2b5\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ubb34\ubc29\ud5a5 \uadf8\ub798\ud504\uc5d0\uc11c \ud2b9\uc815 \ub178\ub4dc\uae4c\uc9c0\uc758 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uaca0\uc2b5\ub2c8\ub2e4. \uadf8\ub798\ud504\ub294 \uc778\uc811 \ub9ac\uc2a4\ud2b8 \ud615\ud0dc\ub85c \uc8fc\uc5b4\uc9c0\uba70, \ucd5c\ub2e8 \uacbd\ub85c\ub294 BFS\ub85c \uad6c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. DFS\ub294 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\uae30\ubcf4\ub2e4\ub294 \uacbd\ub85c\uc758 \uc874\uc7ac \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27851\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8&#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":[26],"tags":[],"class_list":["post-27851","post","type-post","status-publish","format-standard","hentry","category-26"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8 - \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\/27851\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ube14\ub85c\uadf8\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4! \uc624\ub298\uc740 DFS(\uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9)\uc640 BFS(\ub108\ube44 \uc6b0\uc120 \ud0d0\uc0c9) \uc54c\uace0\ub9ac\uc998\uc744 \ud65c\uc6a9\ud55c \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uba70 \uc774\ub860\uacfc \uc2e4\uc81c \uad6c\ud604\uc744 \ub3d9\uc2dc\uc5d0 \ud559\uc2b5\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ubb34\ubc29\ud5a5 \uadf8\ub798\ud504\uc5d0\uc11c \ud2b9\uc815 \ub178\ub4dc\uae4c\uc9c0\uc758 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uaca0\uc2b5\ub2c8\ub2e4. \uadf8\ub798\ud504\ub294 \uc778\uc811 \ub9ac\uc2a4\ud2b8 \ud615\ud0dc\ub85c \uc8fc\uc5b4\uc9c0\uba70, \ucd5c\ub2e8 \uacbd\ub85c\ub294 BFS\ub85c \uad6c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. DFS\ub294 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\uae30\ubcf4\ub2e4\ub294 \uacbd\ub85c\uc758 \uc874\uc7ac \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/27851\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T15:19:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:14:27+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\/27851\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27851\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8\",\"datePublished\":\"2024-10-27T15:19:54+00:00\",\"dateModified\":\"2024-11-26T07:14:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27851\/\"},\"wordCount\":20,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/27851\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27851\/\",\"name\":\"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T15:19:54+00:00\",\"dateModified\":\"2024-11-26T07:14:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27851\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27851\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27851\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8\"}]},{\"@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":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8 - \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\/27851\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ube14\ub85c\uadf8\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4! \uc624\ub298\uc740 DFS(\uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9)\uc640 BFS(\ub108\ube44 \uc6b0\uc120 \ud0d0\uc0c9) \uc54c\uace0\ub9ac\uc998\uc744 \ud65c\uc6a9\ud55c \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uba70 \uc774\ub860\uacfc \uc2e4\uc81c \uad6c\ud604\uc744 \ub3d9\uc2dc\uc5d0 \ud559\uc2b5\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ubb34\ubc29\ud5a5 \uadf8\ub798\ud504\uc5d0\uc11c \ud2b9\uc815 \ub178\ub4dc\uae4c\uc9c0\uc758 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uaca0\uc2b5\ub2c8\ub2e4. \uadf8\ub798\ud504\ub294 \uc778\uc811 \ub9ac\uc2a4\ud2b8 \ud615\ud0dc\ub85c \uc8fc\uc5b4\uc9c0\uba70, \ucd5c\ub2e8 \uacbd\ub85c\ub294 BFS\ub85c \uad6c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. DFS\ub294 \ucd5c\ub2e8 \uacbd\ub85c\ub97c \ucc3e\uae30\ubcf4\ub2e4\ub294 \uacbd\ub85c\uc758 \uc874\uc7ac \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8\"","og_url":"https:\/\/atmokpo.com\/w\/27851\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T15:19:54+00:00","article_modified_time":"2024-11-26T07:14:27+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\/27851\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27851\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8","datePublished":"2024-10-27T15:19:54+00:00","dateModified":"2024-11-26T07:14:27+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27851\/"},"wordCount":20,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/27851\/","url":"https:\/\/atmokpo.com\/w\/27851\/","name":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T15:19:54+00:00","dateModified":"2024-11-26T07:14:27+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27851\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27851\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27851\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, DFS\uc640 BFS \ud504\ub85c\uadf8\ub7a8"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27851","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=27851"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27851\/revisions"}],"predecessor-version":[{"id":27852,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27851\/revisions\/27852"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27851"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27851"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27851"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}