{"id":28530,"date":"2024-10-27T16:11:58","date_gmt":"2024-10-27T16:11:58","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=28530"},"modified":"2024-11-26T07:01:28","modified_gmt":"2024-11-26T07:01:28","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-%ec%9b%90%ed%95%98%eb%8a%94-%ec%a0%95%ec%88%98-%ec%b0%be%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/28530\/","title":{"rendered":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc6d0\ud558\ub294 \uc815\uc218 \ucc3e\uae30"},"content":{"rendered":"<p><body><\/p>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\n        \uc8fc\uc5b4\uc9c4 \uc815\uc218 \ubc30\uc5f4\uc5d0\uc11c \ud2b9\uc815 \uc815\uc218\ub97c \ucc3e\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud558\uc2ed\uc2dc\uc624. \ud568\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc2dc\uadf8\ub2c8\ucc98\ub97c \uac00\uc9d1\ub2c8\ub2e4:\n    <\/p>\n<pre><code>fun findNumber(arr: IntArray, target: Int): Boolean<\/code><\/pre>\n<p>\n        \uc785\ub825\uc73c\ub85c \uc8fc\uc5b4\uc9c0\ub294 <code>arr<\/code>\ub294 \uc815\uc218 \ubc30\uc5f4\uc774\uba70, <code>target<\/code>\uc740 \uc6b0\ub9ac\uac00 \ucc3e\uace0\uc790 \ud558\ub294 \uc815\uc218\uc785\ub2c8\ub2e4.<br \/>\n        \ub9cc\uc57d <code>target<\/code>\uc774 \ubc30\uc5f4\uc5d0 \uc874\uc7ac\ud558\uba74 <code>true<\/code>\ub97c \ubc18\ud658\ud558\uace0, \uadf8\ub807\uc9c0 \uc54a\uc73c\uba74 <code>false<\/code>\ub97c \ubc18\ud658\ud574\uc57c \ud569\ub2c8\ub2e4.\n    <\/p>\n<h2>\uc608\uc81c<\/h2>\n<h3>\uc785\ub825<\/h3>\n<pre><code>arr = [1, 2, 3, 4, 5]\ntarget = 3<\/code><\/pre>\n<h3>\ucd9c\ub825<\/h3>\n<pre><code>true<\/code><\/pre>\n<h3>\uc785\ub825<\/h3>\n<pre><code>arr = [1, 2, 3, 4, 5]\ntarget = 6<\/code><\/pre>\n<h3>\ucd9c\ub825<\/h3>\n<pre><code>false<\/code><\/pre>\n<h2>\ud480\uc774 \uc811\uadfc\ubc95<\/h2>\n<p>\n        \uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574\uc11c\ub294 \ubc30\uc5f4\uc744 \ud0d0\uc0c9\ud558\uc5ec \ud0c0\uac9f \uc22b\uc790\uac00 \uc874\uc7ac\ud558\ub294\uc9c0\ub97c \ud655\uc778\ud560 \ud544\uc694\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ubc30\uc5f4 \ud0d0\uc0c9 \uc54c\uace0\ub9ac\uc998\uc5d0\ub294 \uc5ec\ub7ec \uac00\uc9c0\uac00 \uc788\uc9c0\ub9cc, \uc5ec\uae30\uc11c\ub294 \uac00\uc7a5 \uae30\ubcf8\uc801\uc778 \uc120\ud615 \uac80\uc0c9\uc744 \uc0ac\uc6a9\ud558\uaca0\uc2b5\ub2c8\ub2e4.<br \/>\n        \ubc30\uc5f4\uc758 \uac01 \uc694\uc18c\ub97c \uc21c\ucc28\uc801\uc73c\ub85c \uac80\uc0ac\ud558\uc5ec \ubaa9\ud45c \uc22b\uc790\uac00 \ubc1c\uacac\ub418\uba74 <code>true<\/code>\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.\n    <\/p>\n<p>\n        \ub9cc\uc57d \ubc30\uc5f4\uc744 \ub05d\uae4c\uc9c0 \uac80\uc0ac\ud558\uac8c \ub418\uba74 <code>false<\/code>\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4. \uc774 \ubc29\uc2dd\uc740 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\uac00 O(n)\uc73c\ub85c, \ubc30\uc5f4\uc758 \uae38\uc774\uc5d0 \ube44\ub840\ud574\uc11c \uc2e4\ud589 \uc2dc\uac04\uc774 \uc99d\uac00\ud569\ub2c8\ub2e4.<br \/>\n        \uadf8\ub7ec\ub098 \ubc30\uc5f4\uc774 \uc815\ub82c\ub418\uc5b4 \uc788\ub294 \uacbd\uc6b0 \uc774\uc9c4 \ud0d0\uc0c9 \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc5b4, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c O(log n)\uc73c\ub85c \uc904\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc11c\ub294 \ub2e8\uc21c\ud654\ub97c \uc704\ud574 \uc120\ud615 \uac80\uc0c9\uc744 \uad6c\ud604\ud558\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>\ucf54\ub4dc \uad6c\ud604<\/h2>\n<p>\n        \uc774\uc81c \ucf54\ud2c0\ub9b0\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ucf54\ub4dc\ub97c \uc791\uc131\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<pre><code>fun findNumber(arr: IntArray, target: Int): Boolean {\n        for (number in arr) {\n            if (number == target) {\n                return true\n            }\n        }\n        return false\n    }<\/code><\/pre>\n<h2>\ucf54\ub4dc \uc124\uba85<\/h2>\n<p>\n        \uc704\uc758 \ucf54\ub4dc\ub294 \ubc30\uc5f4 <code>arr<\/code>\uc758 \ubaa8\ub4e0 \uc694\uc18c\uc5d0 \ub300\ud574 \ubc18\ubcf5\ubb38\uc744 \uc2e4\ud589\ud569\ub2c8\ub2e4. \uac01 \uc694\uc18c\uac00 <code>target<\/code>\uacfc \uac19\uc740\uc9c0 \ube44\uad50\ud558\uace0, \uac19\ub2e4\uba74 <code>true<\/code>\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<br \/>\n        \ubc18\ubcf5\ubb38\uc774 \ub05d\ub0a0 \ub54c\uae4c\uc9c0 <code>target<\/code>\uc774 \ubc1c\uacac\ub418\uc9c0 \uc54a\uc73c\uba74 <code>false<\/code>\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.\n    <\/p>\n<h2>\ubcf5\uc7a1\ub3c4 \ubd84\uc11d<\/h2>\n<p>\n        \uc774 \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(n)\uc785\ub2c8\ub2e4. \ubc30\uc5f4\uc758 \ud06c\uae30 <code>n<\/code>\uc5d0 \ube44\ub840\ud574\uc11c \ud0d0\uc0c9\ud558\ub294 \uc2dc\uac04\uc774 \uc99d\uac00\ud558\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4.<br \/>\n        \uacf5\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(1)\ub85c \ucd94\uac00\uc801\uc778 \uba54\ubaa8\ub9ac\ub97c \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ucd5c\uc801\uc758 \uacf5\uac04 \ubcf5\uc7a1\ub3c4\ub97c \uac00\uc9c0\uace0 \uc788\uc74c\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.\n    <\/p>\n<h2>\ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4<\/h2>\n<h3>\ucd94\uac00 \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4<\/h3>\n<pre><code>val testArray = intArrayOf(10, 20, 30, 40, 50)\nprintln(findNumber(testArray, 30)) \/\/ true\nprintln(findNumber(testArray, 60)) \/\/ false\nprintln(findNumber(intArrayOf(), 1)) \/\/ false\nprintln(findNumber(intArrayOf(5), 5)) \/\/ true\nprintln(findNumber(intArrayOf(5), 10)) \/\/ false<\/code><\/pre>\n<h2>\uacb0\ub860<\/h2>\n<p>\n        \uc774 \uc608\uc81c\ub97c \ud1b5\ud574 \ucf54\ud2c0\ub9b0\uc744 \uc0ac\uc6a9\ud55c \uac04\ub2e8\ud55c \ud0d0\uc0c9 \uc54c\uace0\ub9ac\uc998\uc744 \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6e0\uc2b5\ub2c8\ub2e4. \uc120\ud615 \uac80\uc0c9\uc740 \uac00\uc7a5 \uae30\ubcf8\uc801\uc778 \ud1b5\ud569 \uaddc\uce59\uc73c\ub85c,<br \/>\n        \uc2e4\uc81c \ud504\ub85c\uc81d\ud2b8\uc5d0\uc11c\ub294 \ub370\uc774\ud130\uc591\uacfc \ubcf5\uc7a1\uc131\uc5d0 \ub530\ub77c \uc801\uc808\ud55c \uc54c\uace0\ub9ac\uc998\uc744 \uc120\ud0dd\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<br \/>\n        \uc774\ub97c \ud1b5\ud574 \ub2e4\uc591\ud55c \uc885\ub958\uc758 \ubb38\uc81c\ub97c \ud480 \uc218 \uc788\ub294 \ub2a5\ub825\uc744 \uae30\ub97c \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 \ubc30\uc5f4\uc5d0\uc11c \ud2b9\uc815 \uc815\uc218\ub97c \ucc3e\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud558\uc2ed\uc2dc\uc624. \ud568\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc2dc\uadf8\ub2c8\ucc98\ub97c \uac00\uc9d1\ub2c8\ub2e4: fun findNumber(arr: IntArray, target: Int): Boolean \uc785\ub825\uc73c\ub85c \uc8fc\uc5b4\uc9c0\ub294 arr\ub294 \uc815\uc218 \ubc30\uc5f4\uc774\uba70, target\uc740 \uc6b0\ub9ac\uac00 \ucc3e\uace0\uc790 \ud558\ub294 \uc815\uc218\uc785\ub2c8\ub2e4. \ub9cc\uc57d target\uc774 \ubc30\uc5f4\uc5d0 \uc874\uc7ac\ud558\uba74 true\ub97c \ubc18\ud658\ud558\uace0, \uadf8\ub807\uc9c0 \uc54a\uc73c\uba74 false\ub97c \ubc18\ud658\ud574\uc57c \ud569\ub2c8\ub2e4. \uc608\uc81c \uc785\ub825 arr = [1, 2, 3, 4, 5] target = 3 \ucd9c\ub825 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/28530\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc6d0\ud558\ub294 \uc815\uc218 \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":[28],"tags":[],"class_list":["post-28530","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, \uc6d0\ud558\ub294 \uc815\uc218 \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\/28530\/\" \/>\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, \uc6d0\ud558\ub294 \uc815\uc218 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 \ubc30\uc5f4\uc5d0\uc11c \ud2b9\uc815 \uc815\uc218\ub97c \ucc3e\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud558\uc2ed\uc2dc\uc624. \ud568\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc2dc\uadf8\ub2c8\ucc98\ub97c \uac00\uc9d1\ub2c8\ub2e4: fun findNumber(arr: IntArray, target: Int): Boolean \uc785\ub825\uc73c\ub85c \uc8fc\uc5b4\uc9c0\ub294 arr\ub294 \uc815\uc218 \ubc30\uc5f4\uc774\uba70, target\uc740 \uc6b0\ub9ac\uac00 \ucc3e\uace0\uc790 \ud558\ub294 \uc815\uc218\uc785\ub2c8\ub2e4. \ub9cc\uc57d target\uc774 \ubc30\uc5f4\uc5d0 \uc874\uc7ac\ud558\uba74 true\ub97c \ubc18\ud658\ud558\uace0, \uadf8\ub807\uc9c0 \uc54a\uc73c\uba74 false\ub97c \ubc18\ud658\ud574\uc57c \ud569\ub2c8\ub2e4. \uc608\uc81c \uc785\ub825 arr = [1, 2, 3, 4, 5] target = 3 \ucd9c\ub825 &hellip; \ub354 \ubcf4\uae30 &quot;\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc6d0\ud558\ub294 \uc815\uc218 \ucc3e\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/28530\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T16:11:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:01:28+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<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/28530\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28530\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc6d0\ud558\ub294 \uc815\uc218 \ucc3e\uae30\",\"datePublished\":\"2024-10-27T16:11:58+00:00\",\"dateModified\":\"2024-11-26T07:01:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28530\/\"},\"wordCount\":8,\"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\/28530\/\",\"url\":\"https:\/\/atmokpo.com\/w\/28530\/\",\"name\":\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc6d0\ud558\ub294 \uc815\uc218 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T16:11:58+00:00\",\"dateModified\":\"2024-11-26T07:01:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28530\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/28530\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/28530\/#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, \uc6d0\ud558\ub294 \uc815\uc218 \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":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc6d0\ud558\ub294 \uc815\uc218 \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\/28530\/","og_locale":"ko_KR","og_type":"article","og_title":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc6d0\ud558\ub294 \uc815\uc218 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 \ubc30\uc5f4\uc5d0\uc11c \ud2b9\uc815 \uc815\uc218\ub97c \ucc3e\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud558\uc2ed\uc2dc\uc624. \ud568\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc2dc\uadf8\ub2c8\ucc98\ub97c \uac00\uc9d1\ub2c8\ub2e4: fun findNumber(arr: IntArray, target: Int): Boolean \uc785\ub825\uc73c\ub85c \uc8fc\uc5b4\uc9c0\ub294 arr\ub294 \uc815\uc218 \ubc30\uc5f4\uc774\uba70, target\uc740 \uc6b0\ub9ac\uac00 \ucc3e\uace0\uc790 \ud558\ub294 \uc815\uc218\uc785\ub2c8\ub2e4. \ub9cc\uc57d target\uc774 \ubc30\uc5f4\uc5d0 \uc874\uc7ac\ud558\uba74 true\ub97c \ubc18\ud658\ud558\uace0, \uadf8\ub807\uc9c0 \uc54a\uc73c\uba74 false\ub97c \ubc18\ud658\ud574\uc57c \ud569\ub2c8\ub2e4. \uc608\uc81c \uc785\ub825 arr = [1, 2, 3, 4, 5] target = 3 \ucd9c\ub825 &hellip; \ub354 \ubcf4\uae30 \"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc6d0\ud558\ub294 \uc815\uc218 \ucc3e\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/28530\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T16:11:58+00:00","article_modified_time":"2024-11-26T07:01:28+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/28530\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/28530\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc6d0\ud558\ub294 \uc815\uc218 \ucc3e\uae30","datePublished":"2024-10-27T16:11:58+00:00","dateModified":"2024-11-26T07:01:28+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/28530\/"},"wordCount":8,"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\/28530\/","url":"https:\/\/atmokpo.com\/w\/28530\/","name":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc6d0\ud558\ub294 \uc815\uc218 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T16:11:58+00:00","dateModified":"2024-11-26T07:01:28+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/28530\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/28530\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/28530\/#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, \uc6d0\ud558\ub294 \uc815\uc218 \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\/28530","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=28530"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28530\/revisions"}],"predecessor-version":[{"id":28531,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28530\/revisions\/28531"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=28530"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=28530"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=28530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}