{"id":40,"date":"2024-10-11T21:21:20","date_gmt":"2024-10-11T13:21:20","guid":{"rendered":"https:\/\/womeifei.cn\/?p=40"},"modified":"2024-10-11T21:21:20","modified_gmt":"2024-10-11T13:21:20","slug":"%e5%8f%8d%e8%bd%ac%e9%93%be%e8%a1%a8%e9%80%92%e5%bd%92","status":"publish","type":"post","link":"https:\/\/womeifei.cn\/index.php\/2024\/10\/11\/%e5%8f%8d%e8%bd%ac%e9%93%be%e8%a1%a8%e9%80%92%e5%bd%92\/","title":{"rendered":"\u53cd\u8f6c\u94fe\u8868(\u9012\u5f52)"},"content":{"rendered":"\n<p>\u91c7\u53d6\u9012\u5f52\u8c03\u7528\u7684\u65b9\u5f0f\u6765\u53cd\u8f6c\u94fe\u8868 <\/p>\n\n\n\n<p>(PS:\u611f\u89c9\u81ea\u5df1\u5bf9\u9012\u5f52\u8c03\u7528\u7684\u8fd4\u56de\u7406\u89e3\u4e0d\u6e05\u695a~ )<\/p>\n\n\n\n<p>\u4ee5\u7b2c\u4e09\u6b21\u8fd4\u56de\u4e3a\u4f8b\u5b50:<\/p>\n\n\n\n<p>head->next=4<\/p>\n\n\n\n<p>\u8f6c\u6362\u6b65\u9aa4:<\/p>\n\n\n\n<p>5- >4&lt;-3<\/p>\n\n\n\n<p>5- >4- >3<\/p>\n\n\n\n<p>5- >4- >3- >NULL<\/p>\n\n\n\n<p>\u4e00\u5b9a\u8981\u641e\u6e05\u695a \u6211\u4e0d\u60f3\u505a\u534a\u540a\u5b50\u4e86<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/womeifei.cn\/wp-content\/uploads\/2024\/10\/image-5.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"969\" height=\"471\" data-original=\"https:\/\/womeifei.cn\/wp-content\/uploads\/2024\/10\/image-5.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-41\"  sizes=\"auto, (max-width: 969px) 100vw, 969px\" \/><\/div><\/figure>\n\n\n\n<p>\u8bbe\u7f6e\u597d\u9012\u5f52\u51fa\u53e3  \u5982\u679chead==NULL||head->next==NULL\u5373\u53efreturn head<\/p>\n\n\n\n<p>class Solution {<\/p>\n\n\n\n<p>public:<\/p>\n\n\n\n<p>&nbsp; &nbsp; ListNode* reverseList(ListNode* head) {<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; if(head==NULL||head-&gt;next==NULL)<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; {<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return head;<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; }<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; ListNode*newHead=reverseList(head-&gt;next);<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; head-&gt;next-&gt;next=head;<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; head-&gt;next=NULL;<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; return newHead;<\/p>\n\n\n\n<p>&nbsp; &nbsp; }<\/p>\n\n\n\n<p>};<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u91c7\u53d6\u9012\u5f52\u8c03\u7528\u7684\u65b9\u5f0f\u6765\u53cd\u8f6c\u94fe\u8868 (PS:\u611f\u89c9\u81ea\u5df1\u5bf9\u9012\u5f52\u8c03\u7528\u7684\u8fd4\u56de\u7406\u89e3\u4e0d\u6e05\u695a~ ) \u4ee5\u7b2c\u4e09\u6b21\u8fd4\u56de\u4e3a\u4f8b\u5b50: head [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-40","post","type-post","status-publish","format-standard","hentry","category-7"],"_links":{"self":[{"href":"https:\/\/womeifei.cn\/index.php\/wp-json\/wp\/v2\/posts\/40","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/womeifei.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/womeifei.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/womeifei.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/womeifei.cn\/index.php\/wp-json\/wp\/v2\/comments?post=40"}],"version-history":[{"count":1,"href":"https:\/\/womeifei.cn\/index.php\/wp-json\/wp\/v2\/posts\/40\/revisions"}],"predecessor-version":[{"id":42,"href":"https:\/\/womeifei.cn\/index.php\/wp-json\/wp\/v2\/posts\/40\/revisions\/42"}],"wp:attachment":[{"href":"https:\/\/womeifei.cn\/index.php\/wp-json\/wp\/v2\/media?parent=40"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/womeifei.cn\/index.php\/wp-json\/wp\/v2\/categories?post=40"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/womeifei.cn\/index.php\/wp-json\/wp\/v2\/tags?post=40"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}