{"id":2679,"date":"2022-02-22T15:35:59","date_gmt":"2022-02-22T07:35:59","guid":{"rendered":"http:\/\/139.9.1.231\/?p=2679"},"modified":"2022-02-22T16:24:18","modified_gmt":"2022-02-22T08:24:18","slug":"stack","status":"publish","type":"post","link":"http:\/\/139.9.1.231\/index.php\/2022\/02\/22\/stack\/","title":{"rendered":"\u5355\u8c03\u6808"},"content":{"rendered":"\n<h2>\u5355\u8c03\u6808<\/h2>\n\n\n\n<p class=\"has-medium-pink-color has-light-pink-background-color has-text-color has-background\">\u5355\u8c03\u6808\u5b9e\u9645\u4e0a\u5c31\u662f\u6808\uff0c\u53ea\u662f\u9650\u5236\u8981\u6bd4\u666e\u901a\u7684\u6808\u66f4\u4e25\u683c\u800c\u5df2\u4e86\u3002\u8981\u6c42\u662f\u6bcf\u6b21\u5165\u6808\u7684\u5143\u7d20\u5fc5\u987b\u8981\u6709\u5e8f\uff08\u5982\u679c\u65b0\u5143\u7d20\u5165\u6808\u4e0d\u7b26\u5408\u8981\u6c42\uff0c\u5219\u5c06\u4e4b\u524d\u7684\u5143\u7d20\u51fa\u6808\uff0c\u76f4\u5230\u7b26\u5408\u8981\u6c42\u518d\u5165\u6808\uff09\uff0c\u4f7f\u4e4b\u5f62\u6210\u5355\u8c03\u9012\u589e\/\u5355\u8c03\u9012\u51cf\u7684\u4e00\u4e2a\u6808\u3002<\/p>\n\n\n\n<ul><li>\u5355\u8c03\u9012\u589e\u6808\uff1a\u53ea\u6709\u6bd4\u6808\u9876\u5c0f\u7684\u624d\u80fd\u5165\u6808\uff0c\u5426\u5219\u5c31\u628a\u6808\u9876\u51fa\u6808\u540e\uff0c\u518d\u5165\u6808\u3002\u51fa\u6808\u65f6\u53ef\u80fd\u4f1a\u6709\u4e00\u4e9b\u8ba1\u7b97\u3002\u9002\u7528\u4e8e\u6c42\u89e3\u7b2c\u4e00\u4e2a\u5927\u4e8e\u8be5\u4f4d\u7f6e\u5143\u7d20\u7684\u6570\u3002<\/li><li>\u5355\u8c03\u9012\u51cf\u6808\uff1a\u4e0e\u5355\u8c03\u9012\u589e\u6808\u76f8\u53cd\u3002\u9002\u7528\u4e8e\u6c42\u89e3\u7b2c\u4e00\u4e2a\u5c0f\u4e8e\u8be5\u4f4d\u7f6e\u5143\u7d20\u7684\u6570\u3002<\/li><\/ul>\n\n\n\n<h3>\u5982\u4f55\u5224\u65ad<\/h3>\n\n\n\n<p>\u5355\u8c03\u9012\u589e\/\u9012\u51cf\u6808\u662f\u6839\u636e\u51fa\u6808\u540e\u7684\u987a\u5e8f\u6765\u51b3\u5b9a\u7684\u3002\u4f8b\u5982\uff0c\u6808\u5185\u987a\u5e8f[1, 2, 6]\uff0c\u51fa\u6808\u540e\u987a\u5e8f[6, 2, 1]\uff0c\u8fd9\u5c31\u662f\u5355\u8c03\u9012\u51cf\u6808\u3002<\/p>\n\n\n\n<h3>\u9002\u7528\u573a\u666f<\/h3>\n\n\n\n<p>\u5355\u8c03\u6808\u4e00\u822c\u7528\u4e8e\u89e3\u51b3 \u7b2c\u4e00\u4e2a\u5927\u4e8e xxx \u6216\u8005 \u7b2c\u4e00\u4e2a\u5c0f\u4e8e xxx \u8fd9\u79cd\u9898\u76ee\u3002<\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>int&#91;] ans = new int&#91;T.Length];\r\nStack&lt;int> stack = new Stack&lt;int>();\r\n\r\nfor(int i = 0; i &lt; T.Length; i++) {\r\n    while(stack.Count > 0 &amp;&amp; T&#91;i] > T&#91;stack.Peek()]) {\r\n        int curI = stack.Pop();\r\n        ans&#91;curI] = i - curI;\r\n    }\r\n    stack.Push(i);\r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5355\u8c03\u6808 \u5355\u8c03\u6808\u5b9e\u9645\u4e0a\u5c31\u662f\u6808\uff0c\u53ea\u662f\u9650\u5236\u8981\u6bd4\u666e\u901a\u7684\u6808\u66f4\u4e25\u683c\u800c\u5df2\u4e86\u3002\u8981\u6c42\u662f\u6bcf\u6b21\u5165\u6808\u7684\u5143\u7d20\u5fc5\u987b\u8981\u6709\u5e8f\uff08\u5982\u679c\u65b0\u5143\u7d20\u5165\u6808\u4e0d &hellip; <a href=\"http:\/\/139.9.1.231\/index.php\/2022\/02\/22\/stack\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u5355\u8c03\u6808<\/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\/2679"}],"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=2679"}],"version-history":[{"count":2,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/2679\/revisions"}],"predecessor-version":[{"id":2681,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/2679\/revisions\/2681"}],"wp:attachment":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/media?parent=2679"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/categories?post=2679"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/tags?post=2679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}