{"id":26998,"date":"2024-10-27T13:42:46","date_gmt":"2024-10-27T13:42:46","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=26998"},"modified":"2024-11-26T07:24:44","modified_gmt":"2024-11-26T07:24:44","slug":"%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-%ea%b2%bd%eb%a1%9c-%ec%b0%be%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/26998\/","title":{"rendered":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \ucc3e\uae30"},"content":{"rendered":"<p><body><\/p>\n<section>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\uc8fc\uc5b4\uc9c4 2D \ubc30\uc5f4\uc5d0\uc11c \uc2dc\uc791\uc810\uc5d0\uc11c \ub3c4\ucc29\uc810\uae4c\uc9c0\uc758 \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774 \ubc30\uc5f4\uc740 \ud1b5\ub85c\uc640 \uc7a5\uc560\ubb3c\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc73c\uba70, \ud1b5\ub85c\ub294 0\uc73c\ub85c, \uc7a5\uc560\ubb3c\uc740 1\ub85c \ud45c\uc2dc\ub429\ub2c8\ub2e4.<\/p>\n<p>\ubaa9\ud45c\ub294 \uc8fc\uc5b4\uc9c4 \uc2dc\uc791\uc810\uc5d0\uc11c \ub3c4\ucc29\uc810\uae4c\uc9c0 \uc774\ub3d9\ud560 \uc218 \uc788\ub294 \uacbd\ub85c\uac00 \uc788\ub294\uc9c0\ub97c \ud310\ub2e8\ud558\uace0, \uac00\ub2a5\ud55c \uacbd\ub85c\ub97c \ucd9c\ub825\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774\ub3d9\uc740 \uc0c1\ud558\uc88c\uc6b0\ub85c \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n<\/section>\n<section>\n<h2>\ubb38\uc81c \uc815\uc758<\/h2>\n<pre>\n    def find_path(maze, start, end):\n        \"\"\"\n        :param maze: 2D list representing the maze\n        :param start: Tuple of (x, y) coordinates for the start point\n        :param end: Tuple of (x, y) coordinates for the end point\n        :return: List of tuples representing the path or None if no path exists\n        \"\"\"\n    <\/pre>\n<\/section>\n<section>\n<h2>\ubb38\uc81c \uc608\uc2dc<\/h2>\n<pre>\n    maze = [\n        [0, 1, 0, 0, 0],\n        [0, 1, 0, 1, 0],\n        [0, 0, 0, 1, 0],\n        [1, 1, 0, 0, 0],\n        [0, 0, 0, 1, 1]\n    ]\n    start = (0, 0)  # \uc2dc\uc791\uc810\n    end = (4, 4)    # \ub3c4\ucc29\uc810\n    <\/pre>\n<p>\uc608\uc0c1 \uacb0\uacfc:<br \/>\n     [(0, 0), (1, 0), (2, 0), (2, 1), (2, 2), (3, 2), (4, 2), (4, 3), (4, 4)]\n    <\/p>\n<\/section>\n<section>\n<h2>\ubb38\uc81c \ud574\uacb0 \ubc29\uc548<\/h2>\n<p>\uc774 \ubb38\uc81c\ub294 \uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9(DFS)\uc774\ub098 \ub108\ube44 \uc6b0\uc120 \ud0d0\uc0c9(BFS) \uc54c\uace0\ub9ac\uc998\uc744 \ud1b5\ud574 \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc5d0\uc120 DFS\ub97c \uc0ac\uc6a9\ud558\uc5ec \uacbd\ub85c\ub97c \ucc3e\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\uae4a\uc774 \uc6b0\uc120 \ud0d0\uc0c9(DFS) \uc54c\uace0\ub9ac\uc998<\/h3>\n<p>DFS\ub294 \uac00\ub2a5\ud55c \uacbd\ub85c\ub97c \ubaa8\ub450 \ud0d0\uc0c9\ud558\uba74\uc11c \ub3c4\ucc29\uc810\uc5d0 \ub3c4\ub2ec\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud310\ub2e8\ud569\ub2c8\ub2e4. \uacbd\ub85c\ub97c \ucc3e\ub294 \ub3d9\uc548 \ubc29\ubb38\ud55c \ub178\ub4dc\ub97c \uae30\ub85d\ud558\uc5ec \ubc18\ubcf5 \ubc29\ubb38\uc744 \ubc29\uc9c0\ud569\ub2c8\ub2e4.<\/p>\n<\/section>\n<section>\n<h2>\uad6c\ud604 \ub2e8\uacc4<\/h2>\n<h3>1\ub2e8\uacc4: \uae30\ubcf8 \uc124\uc815<\/h3>\n<p>\uba3c\uc800, \uae30\ubcf8\uc801\uc778 \uc124\uc815\uc744 \ud1b5\ud574 \ubbf8\ub85c\uc640 \ucd9c\ubc1c\uc810 \ubc0f \ub3c4\ucc29\uc810\uc744 \uc815\uc758\ud569\ub2c8\ub2e4.<\/p>\n<pre>\n    maze = [\n        [0, 1, 0, 0, 0],\n        [0, 1, 0, 1, 0],\n        [0, 0, 0, 1, 0],\n        [1, 1, 0, 0, 0],\n        [0, 0, 0, 1, 1]\n    ]\n    start = (0, 0)\n    end = (4, 4)\n    <\/pre>\n<h3>2\ub2e8\uacc4: DFS \ud568\uc218 \uc815\uc758<\/h3>\n<p>DFS\ub97c \ud1b5\ud574 \uacbd\ub85c\ub97c \ucc3e\ub294 \ud568\uc218\ub97c \uad6c\ud604\ud569\ub2c8\ub2e4.<\/p>\n<pre>\n    def dfs(maze, current, end, path, visited):\n        if current == end:\n            return path\n        \n        x, y = current\n        visited.add(current)\n\n        for dx, dy in [(-1, 0), (1, 0), (0, -1), (0, 1)]:\n            next_x, next_y = x + dx, y + dy\n            \n            if 0 &lt;= next_x &lt; len(maze) and 0 &lt;= next_y &lt; len(maze[0]):\n                if maze[next_x][next_y] == 0 and (next_x, next_y) not in visited:\n                    result = dfs(maze, (next_x, next_y), end, path + [(next_x, next_y)], visited)\n                    if result is not None:\n                        return result\n        \n        visited.remove(current)\n        return None\n    <\/pre>\n<h3>3\ub2e8\uacc4: \uacbd\ub85c \ucc3e\uae30 \ud568\uc218 \uad6c\ud604<\/h3>\n<p>\ucd5c\uc885\uc801\uc73c\ub85c \uacbd\ub85c \ucc3e\uae30 \ud568\uc218\ub97c \uad6c\ud604\ud558\uc5ec DFS\ub97c \ud638\ucd9c\ud569\ub2c8\ub2e4.<\/p>\n<pre>\n    def find_path(maze, start, end):\n        visited = set()\n        return dfs(maze, start, end, [start], visited)\n    <\/pre>\n<h3>4\ub2e8\uacc4: \uacb0\uacfc \ucd9c\ub825<\/h3>\n<p>\ud568\uc218\ub97c \ud638\ucd9c\ud558\uc5ec \uacb0\uacfc\ub97c \ucd9c\ub825\ud569\ub2c8\ub2e4.<\/p>\n<pre>\n    path = find_path(maze, start, end)\n    print(\"\uacbd\ub85c:\", path)\n    <\/pre>\n<\/section>\n<section>\n<h2>\uc804\uccb4 \ucf54\ub4dc<\/h2>\n<pre>\n    def dfs(maze, current, end, path, visited):\n        if current == end:\n            return path\n        \n        x, y = current\n        visited.add(current)\n\n        for dx, dy in [(-1, 0), (1, 0), (0, -1), (0, 1)]:\n            next_x, next_y = x + dx, y + dy\n            \n            if 0 &lt;= next_x &lt; len(maze) and 0 &lt;= next_y &lt; len(maze[0]):\n                if maze[next_x][next_y] == 0 and (next_x, next_y) not in visited:\n                    result = dfs(maze, (next_x, next_y), end, path + [(next_x, next_y)], visited)\n                    if result is not None:\n                        return result\n        \n        visited.remove(current)\n        return None\n\n    def find_path(maze, start, end):\n        visited = set()\n        return dfs(maze, start, end, [start], visited)\n\n    maze = [\n        [0, 1, 0, 0, 0],\n        [0, 1, 0, 1, 0],\n        [0, 0, 0, 1, 0],\n        [1, 1, 0, 0, 0],\n        [0, 0, 0, 1, 1]\n    ]\n    start = (0, 0)\n    end = (4, 4)\n    path = find_path(maze, start, end)\n    print(\"\uacbd\ub85c:\", path)\n    <\/pre>\n<\/section>\n<section class=\"conclusion\">\n<h2>\uacb0\ub860<\/h2>\n<p>\uc774 \uae00\uc5d0\uc11c\ub294 2D \ubc30\uc5f4\uc5d0\uc11c \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574 DFS \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud55c \ubc29\ubc95\uc744 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uac01 \ub2e8\uacc4\uc5d0\uc11c DFS\ub97c \ud1b5\ud574 \uacbd\ub85c\ub97c \ud0d0\uc0c9\ud558\uace0, \uc870\uac74\uc744 \ucda9\uc871\ud558\ub294 \uacbd\uc6b0 \uacb0\uacfc\ub97c \ubc18\ud658\ud558\ub294 \uad6c\uc870\ub85c \ucf54\ub4dc\ub97c \uc791\uc131\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ucd08\uc801\uc778 \uacbd\ub85c \ud0d0\uc0c9 \ubb38\uc81c\ub294 \ub354 \ubcf5\uc7a1\ud55c \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud55c \uae30\ucd08\ub85c \ud65c\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<\/section>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 2D \ubc30\uc5f4\uc5d0\uc11c \uc2dc\uc791\uc810\uc5d0\uc11c \ub3c4\ucc29\uc810\uae4c\uc9c0\uc758 \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774 \ubc30\uc5f4\uc740 \ud1b5\ub85c\uc640 \uc7a5\uc560\ubb3c\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc73c\uba70, \ud1b5\ub85c\ub294 0\uc73c\ub85c, \uc7a5\uc560\ubb3c\uc740 1\ub85c \ud45c\uc2dc\ub429\ub2c8\ub2e4. \ubaa9\ud45c\ub294 \uc8fc\uc5b4\uc9c4 \uc2dc\uc791\uc810\uc5d0\uc11c \ub3c4\ucc29\uc810\uae4c\uc9c0 \uc774\ub3d9\ud560 \uc218 \uc788\ub294 \uacbd\ub85c\uac00 \uc788\ub294\uc9c0\ub97c \ud310\ub2e8\ud558\uace0, \uac00\ub2a5\ud55c \uacbd\ub85c\ub97c \ucd9c\ub825\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774\ub3d9\uc740 \uc0c1\ud558\uc88c\uc6b0\ub85c \uac00\ub2a5\ud569\ub2c8\ub2e4. \ubb38\uc81c \uc815\uc758 def find_path(maze, start, end): &#8220;&#8221;&#8221; :param maze: 2D list representing the maze :param start: Tuple &hellip; <a href=\"https:\/\/atmokpo.com\/w\/26998\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \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":[23],"tags":[],"class_list":["post-26998","post","type-post","status-publish","format-standard","hentry","category-23"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \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\/26998\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 2D \ubc30\uc5f4\uc5d0\uc11c \uc2dc\uc791\uc810\uc5d0\uc11c \ub3c4\ucc29\uc810\uae4c\uc9c0\uc758 \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774 \ubc30\uc5f4\uc740 \ud1b5\ub85c\uc640 \uc7a5\uc560\ubb3c\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc73c\uba70, \ud1b5\ub85c\ub294 0\uc73c\ub85c, \uc7a5\uc560\ubb3c\uc740 1\ub85c \ud45c\uc2dc\ub429\ub2c8\ub2e4. \ubaa9\ud45c\ub294 \uc8fc\uc5b4\uc9c4 \uc2dc\uc791\uc810\uc5d0\uc11c \ub3c4\ucc29\uc810\uae4c\uc9c0 \uc774\ub3d9\ud560 \uc218 \uc788\ub294 \uacbd\ub85c\uac00 \uc788\ub294\uc9c0\ub97c \ud310\ub2e8\ud558\uace0, \uac00\ub2a5\ud55c \uacbd\ub85c\ub97c \ucd9c\ub825\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774\ub3d9\uc740 \uc0c1\ud558\uc88c\uc6b0\ub85c \uac00\ub2a5\ud569\ub2c8\ub2e4. \ubb38\uc81c \uc815\uc758 def find_path(maze, start, end): &quot;&quot;&quot; :param maze: 2D list representing the maze :param start: Tuple &hellip; \ub354 \ubcf4\uae30 &quot;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \ucc3e\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/26998\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T13:42:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:24:44+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\/26998\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/26998\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \ucc3e\uae30\",\"datePublished\":\"2024-10-27T13:42:46+00:00\",\"dateModified\":\"2024-11-26T07:24:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/26998\/\"},\"wordCount\":12,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/26998\/\",\"url\":\"https:\/\/atmokpo.com\/w\/26998\/\",\"name\":\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T13:42:46+00:00\",\"dateModified\":\"2024-11-26T07:24:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/26998\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/26998\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/26998\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \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":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \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\/26998\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 2D \ubc30\uc5f4\uc5d0\uc11c \uc2dc\uc791\uc810\uc5d0\uc11c \ub3c4\ucc29\uc810\uae4c\uc9c0\uc758 \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774 \ubc30\uc5f4\uc740 \ud1b5\ub85c\uc640 \uc7a5\uc560\ubb3c\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc73c\uba70, \ud1b5\ub85c\ub294 0\uc73c\ub85c, \uc7a5\uc560\ubb3c\uc740 1\ub85c \ud45c\uc2dc\ub429\ub2c8\ub2e4. \ubaa9\ud45c\ub294 \uc8fc\uc5b4\uc9c4 \uc2dc\uc791\uc810\uc5d0\uc11c \ub3c4\ucc29\uc810\uae4c\uc9c0 \uc774\ub3d9\ud560 \uc218 \uc788\ub294 \uacbd\ub85c\uac00 \uc788\ub294\uc9c0\ub97c \ud310\ub2e8\ud558\uace0, \uac00\ub2a5\ud55c \uacbd\ub85c\ub97c \ucd9c\ub825\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774\ub3d9\uc740 \uc0c1\ud558\uc88c\uc6b0\ub85c \uac00\ub2a5\ud569\ub2c8\ub2e4. \ubb38\uc81c \uc815\uc758 def find_path(maze, start, end): \"\"\" :param maze: 2D list representing the maze :param start: Tuple &hellip; \ub354 \ubcf4\uae30 \"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \ucc3e\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/26998\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T13:42:46+00:00","article_modified_time":"2024-11-26T07:24:44+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\/26998\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/26998\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \ucc3e\uae30","datePublished":"2024-10-27T13:42:46+00:00","dateModified":"2024-11-26T07:24:44+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/26998\/"},"wordCount":12,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/26998\/","url":"https:\/\/atmokpo.com\/w\/26998\/","name":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T13:42:46+00:00","dateModified":"2024-11-26T07:24:44+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/26998\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/26998\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/26998\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacbd\ub85c \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":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/26998","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=26998"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/26998\/revisions"}],"predecessor-version":[{"id":26999,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/26998\/revisions\/26999"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=26998"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=26998"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=26998"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}