{"id":2400,"date":"2022-01-26T11:28:44","date_gmt":"2022-01-26T03:28:44","guid":{"rendered":"http:\/\/139.9.1.231\/?p=2400"},"modified":"2022-01-26T11:28:45","modified_gmt":"2022-01-26T03:28:45","slug":"leetcodeday81","status":"publish","type":"post","link":"http:\/\/139.9.1.231\/index.php\/2022\/01\/26\/leetcodeday81\/","title":{"rendered":"leetcodeday81&#8211;\u641c\u7d22\u65cb\u8f6c\u6392\u5e8f\u6570\u7ec4 II"},"content":{"rendered":"\n<p><strong>Companies<\/strong><\/p>\n\n\n\n<p>\u5df2\u77e5\u5b58\u5728\u4e00\u4e2a\u6309\u975e\u964d\u5e8f\u6392\u5217\u7684\u6574\u6570\u6570\u7ec4&nbsp;<code>nums<\/code>&nbsp;\uff0c\u6570\u7ec4\u4e2d\u7684\u503c\u4e0d\u5fc5\u4e92\u4e0d\u76f8\u540c\u3002<\/p>\n\n\n\n<p>\u5728\u4f20\u9012\u7ed9\u51fd\u6570\u4e4b\u524d\uff0c<code>nums<\/code>&nbsp;\u5728\u9884\u5148\u672a\u77e5\u7684\u67d0\u4e2a\u4e0b\u6807&nbsp;<code>k<\/code>\uff08<code>0 &lt;= k &lt; nums.length<\/code>\uff09\u4e0a\u8fdb\u884c\u4e86&nbsp;<strong>\u65cb\u8f6c&nbsp;<\/strong>\uff0c\u4f7f\u6570\u7ec4\u53d8\u4e3a&nbsp;<code>[nums[k], nums[k+1], ..., nums[n-1], nums[0], nums[1], ..., nums[k-1]]<\/code>\uff08\u4e0b\u6807&nbsp;<strong>\u4ece 0 \u5f00\u59cb<\/strong>&nbsp;\u8ba1\u6570\uff09\u3002\u4f8b\u5982\uff0c&nbsp;<code>[0,1,2,4,4,4,5,6,6,7]<\/code>&nbsp;\u5728\u4e0b\u6807&nbsp;<code>5<\/code>&nbsp;\u5904\u7ecf\u65cb\u8f6c\u540e\u53ef\u80fd\u53d8\u4e3a&nbsp;<code>[4,5,6,6,7,0,1,2,4,4]<\/code>&nbsp;\u3002<\/p>\n\n\n\n<p>\u7ed9\u4f60&nbsp;<strong>\u65cb\u8f6c\u540e<\/strong>&nbsp;\u7684\u6570\u7ec4&nbsp;<code>nums<\/code>&nbsp;\u548c\u4e00\u4e2a\u6574\u6570&nbsp;<code>target<\/code>&nbsp;\uff0c\u8bf7\u4f60\u7f16\u5199\u4e00\u4e2a\u51fd\u6570\u6765\u5224\u65ad\u7ed9\u5b9a\u7684\u76ee\u6807\u503c\u662f\u5426\u5b58\u5728\u4e8e\u6570\u7ec4\u4e2d\u3002\u5982\u679c&nbsp;<code>nums<\/code>&nbsp;\u4e2d\u5b58\u5728\u8fd9\u4e2a\u76ee\u6807\u503c&nbsp;<code>target<\/code>&nbsp;\uff0c\u5219\u8fd4\u56de&nbsp;<code>true<\/code>&nbsp;\uff0c\u5426\u5219\u8fd4\u56de&nbsp;<code>false<\/code>&nbsp;\u3002<\/p>\n\n\n\n<p><strong>\u793a\u4f8b&nbsp;1\uff1a<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>\u8f93\u5165\uff1a<\/strong>nums = &#91;2,5,6,0,0,1,2], target = 0\n<strong>\u8f93\u51fa\uff1a<\/strong>true<\/code><\/pre>\n\n\n\n<p><strong>\u793a\u4f8b&nbsp;2\uff1a<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>\u8f93\u5165\uff1a<\/strong>nums = &#91;2,5,6,0,0,1,2], target = 3\n<strong>\u8f93\u51fa\uff1a<\/strong>false<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code># &#91;81] \u641c\u7d22\u65cb\u8f6c\u6392\u5e8f\u6570\u7ec4 II\r\n#\r\n\r\n# @lc code=start\r\nclass Solution:\r\n    def search(self, nums: List&#91;int], target: int) -> bool:\r\n        if target in nums:\r\n            return True\r\n        else:return False\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Companies \u5df2\u77e5\u5b58\u5728\u4e00\u4e2a\u6309\u975e\u964d\u5e8f\u6392\u5217\u7684\u6574\u6570\u6570\u7ec4&nbsp;nums&nbsp;\uff0c\u6570\u7ec4\u4e2d\u7684\u503c\u4e0d\u5fc5\u4e92\u4e0d\u76f8\u540c &hellip; <a href=\"http:\/\/139.9.1.231\/index.php\/2022\/01\/26\/leetcodeday81\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">leetcodeday81&#8211;\u641c\u7d22\u65cb\u8f6c\u6392\u5e8f\u6570\u7ec4 II<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[6],"tags":[],"_links":{"self":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/2400"}],"collection":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/comments?post=2400"}],"version-history":[{"count":1,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/2400\/revisions"}],"predecessor-version":[{"id":2401,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/2400\/revisions\/2401"}],"wp:attachment":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/media?parent=2400"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/categories?post=2400"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/tags?post=2400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}