{"id":27388,"date":"2024-10-27T14:11:09","date_gmt":"2024-10-27T14:11:09","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27388"},"modified":"2024-11-26T07:18:50","modified_gmt":"2024-11-26T07:18:50","slug":"c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%ea%b0%80%ec%9e%a5-%ed%81%b0-%ec%a0%95%ec%82%ac%ea%b0%81%ed%98%95-%ec%b0%be%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/27388\/","title":{"rendered":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \ucc3e\uae30"},"content":{"rendered":"<p><body><\/p>\n<h2>1. \ubb38\uc81c \uc124\uba85<\/h2>\n<p>\n    \uc774 \ubb38\uc81c\ub294 \uc8fc\uc5b4\uc9c4 \uc774\uc9c4 \ud589\ub82c(matrix) \ub0b4\uc5d0\uc11c \uac00\uc7a5 \ud070 \ud06c\uae30\uc758 \ub2e8\uc77c \uc815\uc0ac\uac01\ud615\uc744 \ucc3e\uc544 \uadf8 \ud06c\uae30\ub97c \ubc18\ud658\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4.<br \/>\n    \uc774\uc9c4 \ud589\ub82c\uc740 \uac01\uac01\uc758 \uc694\uc18c\uac00 0 \ub610\ub294 1\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n    1\ub85c \uad6c\uc131\ub41c \uc815\uc0ac\uac01\ud615\uc758 \uac00\uc7a5 \ud070 \ud06c\uae30\ub97c \ucc3e\uc544\uc57c \ud558\uba70, \ud06c\uae30\ub294 \uc815\uc0ac\uac01\ud615\uc758 \ubcc0\uc758 \uae38\uc774\ub85c \uc815\uc758\ub429\ub2c8\ub2e4.\n<\/p>\n<h3>\uc608\uc2dc<\/h3>\n<ul>\n<li>\uc785\ub825: <code>matrix = [[0,1,1,1,0],[0,1,1,1,1],[0,1,1,1,1],[0,0,0,0,0]]<\/code><\/li>\n<li>\ucd9c\ub825: <code>3<\/code> (\uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615\uc758 \ubcc0\uc758 \uae38\uc774)<\/li>\n<\/ul>\n<h2>2. \ubb38\uc81c \ud574\uacb0 \uc811\uadfc\ubc95<\/h2>\n<p>\n    \uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d(Dynamic Programming) \uae30\ubc95\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n    \uae30\ubcf8 \uc544\uc774\ub514\uc5b4\ub294 \uac01 \uc704\uce58\uc5d0\uc11c \uadf8 \uc704\uce58\ub97c \uae30\uc900\uc73c\ub85c \uc67c\ucabd, \uc704, \ub300\uac01\uc120 \uc704 \uc704\uce58\uc758 \uc815\ubcf4(\ucd5c\uc18c \ud06c\uae30)\ub97c \uc774\uc6a9\ud558\uc5ec<br \/>\n    \ud604\uc7ac\uc758 \uc704\uce58\uc5d0\uc11c \ub9cc\ub4e4 \uc218 \uc788\ub294 \uc815\uc0ac\uac01\ud615\uc758 \ud06c\uae30\ub97c \uacb0\uc815\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.\n<\/p>\n<h3>2.1 \uc0c1\ud0dc \uc815\uc758<\/h3>\n<p>\n<code>dp[i][j]<\/code>\ub97c i\ud589 j\uc5f4\uc5d0\uc11c \ub9cc\ub4e4 \uc218 \uc788\ub294 \uc815\uc0ac\uac01\ud615\uc758 \ucd5c\ub300 \ud06c\uae30\ub85c \uc815\uc758\ud569\ub2c8\ub2e4.<br \/>\n    \uc989, <code>dp[i][j]<\/code> \uac12\uc740 <code>matrix[i][j]<\/code>\uac00 1\uc77c \uacbd\uc6b0,<br \/>\n    <code>dp[i-1][j]<\/code>, <code>dp[i][j-1]<\/code>, <code>dp[i-1][j-1]<\/code> \uc911 \ucd5c\uc18c\uac12\uc5d0 1\uc744 \ub354\ud55c \uac12\uc73c\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.<br \/>\n    \ub9cc\uc57d <code>matrix[i][j]<\/code>\uac00 0\uc774\ub77c\uba74, <code>dp[i][j]<\/code>\ub294 0\uc774 \ub429\ub2c8\ub2e4.\n<\/p>\n<h3>2.2 \uc810\ud654\uc2dd<\/h3>\n<p>\n<code>dp[i][j] = min(dp[i-1][j], dp[i][j-1], dp[i-1][j-1]) + 1<\/code> (\ub2e8, <code>matrix[i][j] == 1<\/code>\uc77c \uacbd\uc6b0)\n<\/p>\n<h3>2.3 \ucd08\uae30 \uc870\uac74<\/h3>\n<p>\n    \uccab \ubc88\uc9f8 \ud589\uacfc \uccab \ubc88\uc9f8 \uc5f4\uc758 \uacbd\uc6b0, <code>matrix[i][j]<\/code> \uac12\uc774 1\uc774\uba74 <code>dp[i][j]<\/code>\ub3c4 1,<br \/>\n    0\uc774\uba74 0\uc73c\ub85c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4.\n<\/p>\n<h2>3. \uc54c\uace0\ub9ac\uc998 \uad6c\ud604<\/h2>\n<p>\n    \ub2e4\uc74c\uc740 \uc704\uc758 \uc811\uadfc\ubc95\uc744 \uae30\ubc18\uc73c\ub85c \ud55c C# \ucf54\ub4dc\uc785\ub2c8\ub2e4.\n<\/p>\n<pre><code>C#\npublic class Solution {\n    public int MaximalSquare(char[][] matrix) {\n        if (matrix.Length == 0) return 0;\n        \n        int maxSide = 0;\n        int rows = matrix.Length;\n        int cols = matrix[0].Length;\n        int[][] dp = new int[rows][];\n        \n        for (int i = 0; i &lt; rows; i++) {\n            dp[i] = new int[cols];\n        }\n\n        for (int i = 0; i &lt; rows; i++) {\n            for (int j = 0; j &lt; cols; j++) {\n                if (matrix[i][j] == '1') {\n                    if (i == 0 || j == 0) {\n                        dp[i][j] = 1; \/\/ \uac00\uc7a5\uc790\ub9ac\uc758 \uacbd\uc6b0 \uc9c1\uc811 1\ub85c \uc124\uc815\n                    } else {\n                        dp[i][j] = Math.Min(Math.Min(dp[i-1][j], dp[i][j-1]), dp[i-1][j-1]) + 1;\n                    }\n                    maxSide = Math.Max(maxSide, dp[i][j]); \/\/ \ucd5c\ub300 \ud06c\uae30 \uc5c5\ub370\uc774\ud2b8\n                }\n            }\n        }\n        \n        return maxSide * maxSide; \/\/ \uc815\uc0ac\uac01\ud615\uc758 \ub113\uc774\ub97c \ubc18\ud658\n    }\n}\n<\/code><\/pre>\n<h2>4. \ubcf5\uc7a1\ub3c4 \ubd84\uc11d<\/h2>\n<p>\n    \uc774 \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04\ubcf5\uc7a1\ub3c4\ub294 <code>O(m * n)<\/code>\uc785\ub2c8\ub2e4. \uc5ec\uae30\uc11c <code>m<\/code>\uc740 \ud589\ub82c\uc758 \ud589 \uc218, <code>n<\/code>\uc740 \uc5f4 \uc218\uc785\ub2c8\ub2e4.<br \/>\n    \uac01 \uc694\uc18c\ub97c \ud55c \ubc88\uc529\ub9cc \ud655\uc778\ud558\uae30 \ub54c\ubb38\uc5d0 \uc774\uc640 \uac19\uc740 \ubcf5\uc7a1\ub3c4\uac00 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<br \/>\n    \uacf5\uac04\ubcf5\uc7a1\ub3c4 \ub610\ud55c \ub3d9\uc801 \ubc30\uc5f4\uc744 \uc774\uc6a9\ud558\uae30 \ub54c\ubb38\uc5d0 <code>O(m * n)<\/code>\uc73c\ub85c \ub3d9\uc77c\ud569\ub2c8\ub2e4.\n<\/p>\n<h2>5. \uacb0\ub860<\/h2>\n<p>\n    \uc774 \ubb38\uc81c\ub294 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uac15\ub825\ud55c \ud65c\uc6a9 \uc608\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<br \/>\n    \uc774\uc9c4 \ud589\ub82c\uc5d0\uc11c \uc815\uc0ac\uac01\ud615\uc744 \ucc3e\ub294 \uc774 \ubb38\uc81c\ub97c \ud1b5\ud558\uc5ec, \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uc0ac\uace0\ubc29\uc2dd\uacfc \uc54c\uace0\ub9ac\uc998\uc744 \uc62c\ubc14\ub974\uac8c \uc124\uacc4\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6b8 \uc218 \uc788\uc5c8\uc2b5\ub2c8\ub2e4.<br \/>\n    C#\uc5d0\uc11c \uc774\ub7ec\ud55c \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc29\uc2dd\uc5d0 \ub300\ud574 \ucda9\ubd84\ud55c \uc774\ud574\ub97c \ub3d5\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.\n<\/p>\n<h2>6. \ucd94\uac00\uc801\uc778 \ud559\uc2b5 \uc790\ub8cc<\/h2>\n<ul>\n<li><a href=\"https:\/\/leetcode.com\/problems\/maximal-square\/\">LeetCode \ubb38\uc81c \ub9c1\ud06c<\/a><\/li>\n<li><a href=\"https:\/\/www.geeksforgeeks.org\/largest-square-formed-in-a-matrix\/\">GeeksforGeeks \uc790\ub8cc<\/a><\/li>\n<li>C# \uc790\ub8cc\uad6c\uc870 \ubc0f \uc54c\uace0\ub9ac\uc998 \uad00\ub828 \uc11c\uc801 \ucd94\ucc9c<\/li>\n<\/ul>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. \ubb38\uc81c \uc124\uba85 \uc774 \ubb38\uc81c\ub294 \uc8fc\uc5b4\uc9c4 \uc774\uc9c4 \ud589\ub82c(matrix) \ub0b4\uc5d0\uc11c \uac00\uc7a5 \ud070 \ud06c\uae30\uc758 \ub2e8\uc77c \uc815\uc0ac\uac01\ud615\uc744 \ucc3e\uc544 \uadf8 \ud06c\uae30\ub97c \ubc18\ud658\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774\uc9c4 \ud589\ub82c\uc740 \uac01\uac01\uc758 \uc694\uc18c\uac00 0 \ub610\ub294 1\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. 1\ub85c \uad6c\uc131\ub41c \uc815\uc0ac\uac01\ud615\uc758 \uac00\uc7a5 \ud070 \ud06c\uae30\ub97c \ucc3e\uc544\uc57c \ud558\uba70, \ud06c\uae30\ub294 \uc815\uc0ac\uac01\ud615\uc758 \ubcc0\uc758 \uae38\uc774\ub85c \uc815\uc758\ub429\ub2c8\ub2e4. \uc608\uc2dc \uc785\ub825: matrix = [[0,1,1,1,0],[0,1,1,1,1],[0,1,1,1,1],[0,0,0,0,0]] \ucd9c\ub825: 3 (\uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615\uc758 \ubcc0\uc758 \uae38\uc774) 2. \ubb38\uc81c &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27388\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \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":[24],"tags":[],"class_list":["post-27388","post","type-post","status-publish","format-standard","hentry","category-c--"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \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\/27388\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"1. \ubb38\uc81c \uc124\uba85 \uc774 \ubb38\uc81c\ub294 \uc8fc\uc5b4\uc9c4 \uc774\uc9c4 \ud589\ub82c(matrix) \ub0b4\uc5d0\uc11c \uac00\uc7a5 \ud070 \ud06c\uae30\uc758 \ub2e8\uc77c \uc815\uc0ac\uac01\ud615\uc744 \ucc3e\uc544 \uadf8 \ud06c\uae30\ub97c \ubc18\ud658\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774\uc9c4 \ud589\ub82c\uc740 \uac01\uac01\uc758 \uc694\uc18c\uac00 0 \ub610\ub294 1\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. 1\ub85c \uad6c\uc131\ub41c \uc815\uc0ac\uac01\ud615\uc758 \uac00\uc7a5 \ud070 \ud06c\uae30\ub97c \ucc3e\uc544\uc57c \ud558\uba70, \ud06c\uae30\ub294 \uc815\uc0ac\uac01\ud615\uc758 \ubcc0\uc758 \uae38\uc774\ub85c \uc815\uc758\ub429\ub2c8\ub2e4. \uc608\uc2dc \uc785\ub825: matrix = [[0,1,1,1,0],[0,1,1,1,1],[0,1,1,1,1],[0,0,0,0,0]] \ucd9c\ub825: 3 (\uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615\uc758 \ubcc0\uc758 \uae38\uc774) 2. \ubb38\uc81c &hellip; \ub354 \ubcf4\uae30 &quot;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \ucc3e\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/27388\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T14:11:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:18:50+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\/27388\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27388\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \ucc3e\uae30\",\"datePublished\":\"2024-10-27T14:11:09+00:00\",\"dateModified\":\"2024-11-26T07:18:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27388\/\"},\"wordCount\":11,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/27388\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27388\/\",\"name\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T14:11:09+00:00\",\"dateModified\":\"2024-11-26T07:18:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27388\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27388\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27388\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \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":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \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\/27388\/","og_locale":"ko_KR","og_type":"article","og_title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"1. \ubb38\uc81c \uc124\uba85 \uc774 \ubb38\uc81c\ub294 \uc8fc\uc5b4\uc9c4 \uc774\uc9c4 \ud589\ub82c(matrix) \ub0b4\uc5d0\uc11c \uac00\uc7a5 \ud070 \ud06c\uae30\uc758 \ub2e8\uc77c \uc815\uc0ac\uac01\ud615\uc744 \ucc3e\uc544 \uadf8 \ud06c\uae30\ub97c \ubc18\ud658\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774\uc9c4 \ud589\ub82c\uc740 \uac01\uac01\uc758 \uc694\uc18c\uac00 0 \ub610\ub294 1\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. 1\ub85c \uad6c\uc131\ub41c \uc815\uc0ac\uac01\ud615\uc758 \uac00\uc7a5 \ud070 \ud06c\uae30\ub97c \ucc3e\uc544\uc57c \ud558\uba70, \ud06c\uae30\ub294 \uc815\uc0ac\uac01\ud615\uc758 \ubcc0\uc758 \uae38\uc774\ub85c \uc815\uc758\ub429\ub2c8\ub2e4. \uc608\uc2dc \uc785\ub825: matrix = [[0,1,1,1,0],[0,1,1,1,1],[0,1,1,1,1],[0,0,0,0,0]] \ucd9c\ub825: 3 (\uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615\uc758 \ubcc0\uc758 \uae38\uc774) 2. \ubb38\uc81c &hellip; \ub354 \ubcf4\uae30 \"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \ucc3e\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/27388\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T14:11:09+00:00","article_modified_time":"2024-11-26T07:18:50+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\/27388\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27388\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \ucc3e\uae30","datePublished":"2024-10-27T14:11:09+00:00","dateModified":"2024-11-26T07:18:50+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27388\/"},"wordCount":11,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/27388\/","url":"https:\/\/atmokpo.com\/w\/27388\/","name":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T14:11:09+00:00","dateModified":"2024-11-26T07:18:50+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27388\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27388\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27388\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615 \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":27833,"url":"https:\/\/atmokpo.com\/w\/27833\/","url_meta":{"origin":27388,"position":0},"title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 N\uac1c\uc758 \ud589\ub82c\uc5d0 \ub300\ud574, \uc774 \ud589\ub82c\ub4e4\uc744 \uacf1\ud560 \ub54c \ud544\uc694\ud55c \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ud589\ub82c \uacf1\uc148\uc758 \uc5f0\uc0b0 \ud69f\uc218\ub294 \uacf1\uc148\uc758 \uc21c\uc11c\uc5d0 \ub530\ub77c \ud06c\uac8c \ub2ec\ub77c\uc9c0\uba70, \ub530\ub77c\uc11c \uc62c\ubc14\ub978 \uc21c\uc11c\ub97c \ucc3e\uc544\uc57c \ud569\ub2c8\ub2e4. \ud589\ub82c A\uc758 \ud06c\uae30\uac00 p \u00d7 q, \ud589\ub82c B\uc758 \ud06c\uae30\uac00 q \u00d7 r\uc77c \ub54c,\u2026","rel":"","context":"&quot;\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%9e%90%eb%b0%94%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27557,"url":"https:\/\/atmokpo.com\/w\/27557\/","url_meta":{"origin":27388,"position":1},"title":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uacc4\ub2e8 \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 \uc124\uba85 \uacc4\ub2e8 \uc218\ub780, \uc624\ub974\ub9c9\uacfc \ub0b4\ub9ac\ub9c9\uc744 \uc120\ud0dd\ud574 \uacc4\ub2e8\uc744 \uc624\ub974\ub294 \uc218\uc758 \uc870\ud569\uc744 \ub9d0\ud569\ub2c8\ub2e4. \uc8fc\uc5b4\uc9c4 \ubb38\uc81c\ub294 \uc544\ub798\uc640 \uac19\uc2b5\ub2c8\ub2e4. \uc815\uc218 N\uc774 \uc8fc\uc5b4\uc9c8 \ub54c, N\uacc4\ub2e8\uc744 \uc624\ub974\ub294 \ubc29\ubc95\uc758 \uc218\ub97c \uad6c\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud558\uc2dc\uc624. \ub2e8, \ud55c \ubc88\uc5d0 \ud55c \uacc4\ub2e8 \ub610\ub294 \ub450 \uacc4\ub2e8\uc744 \uc62c\ub77c\uac08 \uc218 \uc788\uc73c\uba70, \ub9c8\uc9c0\ub9c9 \uacc4\ub2e8\uc758 \uc218\ub294 1~9\uae4c\uc9c0\uc758 \uc22b\uc790\ub85c\u2026","rel":"","context":"&quot;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-2\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27238,"url":"https:\/\/atmokpo.com\/w\/27238\/","url_meta":{"origin":27388,"position":2},"title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \ubb38\uc81c \uc124\uba85 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \ud589\ub82c\uc758 \uacf1\uc148\uc740 \ube48\ubc88\ud558\uac8c \ub4f1\uc7a5\ud558\ub294 \ubb38\uc81c \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ud2b9\ud788, \uc8fc\uc5b4\uc9c4 \ud589\ub82c\ub4e4\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \uacf1\ud558\ub294 \ubc29\ubc95\uc744 \ubb3b\ub294 \ubb38\uc81c\ub294 \ucd5c\uc801\uc758 \uc54c\uace0\ub9ac\uc998 \uc124\uacc4\ub97c \ud1b5\ud574 \uc5f0\uc0b0 \ud69f\uc218\ub97c \ucd5c\uc18c\ud654\ud560 \uc218 \uc788\ub294 \uadc0\uc911\ud55c \uae30\uc220\uc744 \ud544\uc694\ub85c \ud569\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc8fc\uc5b4\uc9c4 \ud589\ub82c\uc758 \uacf1 \uc5f0\uc0b0\uc758 \ucd5c\uc19f\uac12\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c\ub294 \ub2e4\uc74c\uacfc\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27696,"url":"https:\/\/atmokpo.com\/w\/27696\/","url_meta":{"origin":27388,"position":3},"title":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc678\ud310\uc6d0\uc758 \uc21c\ud68c \uacbd\ub85c \uc9dc\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \ubb38\uc81c \uc815\uc758 \"\uc678\ud310\uc6d0 \ubb38\uc81c\"\ub294 \uc8fc\uc5b4\uc9c4 \ub3c4\uc2dc\ub4e4\uc744 \ubaa8\ub450 \ubc29\ubb38\ud558\uace0 \ub2e4\uc2dc \uc2dc\uc791\uc810\uc73c\ub85c \ub3cc\uc544\uc624\ub294 \ucd5c\uc18c \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \ucef4\ud4e8\ud130 \uacfc\ud559 \ubc0f \ucd5c\uc801\ud654 \uc774\ub860\uc5d0\uc11c \uc911\uc694\ud55c \ubb38\uc81c\uc774\uba70, \ub2e4\uc591\ud55c \uc2e4\uc81c \ubb38\uc81c\uc5d0 \uc751\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc678\ud310\uc6d0 \ubb38\uc81c\ub294 \ud2b9\ud788 NP-\uc644\uc804 \ubb38\uc81c\ub85c \uc54c\ub824\uc838 \uc788\uc73c\uba70, \ud6a8\uacfc\uc801\uc778 \uc54c\uace0\ub9ac\uc998\uc744 \ud1b5\ud574 \ud574\uacb0\ud560 \uc218 \uc788\ub294 \ubc29\ubc95\uc744\u2026","rel":"","context":"&quot;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-2\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27154,"url":"https:\/\/atmokpo.com\/w\/27154\/","url_meta":{"origin":27388,"position":4},"title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 1","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c 1. \uc774\ud56d\uacc4\uc218\ub780? \uc774\ud56d\uacc4\uc218\ub294 \uc870\ud569\ub860\uc5d0\uc11c \ub450 \uac1c\uc758 \uc815\uc218 n,k\uc5d0 \ub300\ud574 \uc815\uc758\ub429\ub2c8\ub2e4. n\uac1c \uc911\uc5d0\uc11c k\uac1c\ub97c \uc120\ud0dd\ud558\ub294 \ubc29\ubc95\uc758 \uc218\ub97c \ub098\ud0c0\ub0b4\uba70, \ud45c\uae30\ubc95\uc740 C(n, k) \ub610\ub294 (n choose k)\uc785\ub2c8\ub2e4. \uc774\ud56d\uacc4\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uacc4\uc0b0\ub429\ub2c8\ub2e4: C(n, k) = n! \/ (k! * (n-k)!) \uc5ec\uae30\uc11c n!\uc740 n\uc758 \ud329\ud1a0\ub9ac\uc5bc\ub85c, n! = n\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":27388,"position":5},"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":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27388","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=27388"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27388\/revisions"}],"predecessor-version":[{"id":27389,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27388\/revisions\/27389"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27388"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27388"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}