{"id":45316,"date":"2023-12-11T15:05:29","date_gmt":"2023-12-11T07:05:29","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=45316"},"modified":"2023-12-11T15:05:29","modified_gmt":"2023-12-11T07:05:29","slug":"%e5%a6%82%e4%bd%95%e5%8f%8d%e8%bd%ac%e5%8d%95%e9%93%be%e8%a1%a8-2","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/12\/11\/%e5%a6%82%e4%bd%95%e5%8f%8d%e8%bd%ac%e5%8d%95%e9%93%be%e8%a1%a8-2\/","title":{"rendered":"\u5982\u4f55\u53cd\u8f6c\u5355\u94fe\u8868"},"content":{"rendered":"<p>&#8220;`&#8221;<\/p>\n<p>\u8003\u5bdf\u70b9\uff1a\u94fe\u8868<\/p>\n<p>&lt;pre&gt;&lt;code class=&quot;&quot;language-c&quot;&quot; lang=&quot;&quot;c&quot;&quot;&gt;ListNode<br \/>\nreverseList(ListNode* head) {<br \/>\n        if(head == nullptr || head-&gt;next ==nullptr)<br \/>\n            return head;<br \/>\n        ListNode* p;<br \/>\n        ListNode* q;<br \/>\n        ListNode* r;<br \/>\n        p = head;<br \/>\n        q = head-&gt;next;<br \/>\n        head-&gt;next = nullptr;\/\/\u65e7\u7684\u5934\u6307\u9488\u662f\u65b0\u7684\u5c3e\u6307\u9488 \u6307\u5411NULL<br \/>\n        while(q){<br \/>\n            r = q-&gt;next;\/\/\u7528\u6765\u4fdd\u5b58\u4e0b\u4e00\u6b65\u8981\u5904\u7406\u7684\u6307\u9488<br \/>\n            q-&gt;next = p;\/\/p q \u4ea4\u66ff\u5904\u7406 \u8fdb\u884c\u53cd\u8f6c\u5355\u94fe\u8868<br \/>\n            p = q;<br \/>\n            q = r;<br \/>\n        }<br \/>\n        head = p;\/\/\u6700\u540e\u7684q\u5fc5\u5b9a\u6307\u5411NULL\uff0cp\u5c31\u6210\u4e86\u65b0\u94fe\u8868\u7684\u5934\u6307\u9488<br \/>\n        return head;<br \/>\n}<\/p>\n<p>&lt;\/code&gt;&lt;\/pre&gt;<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>&lt;pre&gt;&lt;code&gt;            &quot;&#8220;`<br \/>\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;`&#8221; \u8003\u5bdf\u70b9\uff1a\u94fe\u8868 &lt;pre&gt;&lt;code class=&quot; [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[101],"tags":[],"class_list":["post-45316","post","type-post","status-publish","format-standard","hentry","category-c"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/45316","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/comments?post=45316"}],"version-history":[{"count":1,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/45316\/revisions"}],"predecessor-version":[{"id":45317,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/45316\/revisions\/45317"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=45316"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=45316"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=45316"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}