Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '2019/12/linkedlist/index.html')
-rw-r--r--2019/12/linkedlist/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/2019/12/linkedlist/index.html b/2019/12/linkedlist/index.html
index d21a2f7..c120554 100644
--- a/2019/12/linkedlist/index.html
+++ b/2019/12/linkedlist/index.html
@@ -346,9 +346,7 @@
</div>
</div>
<div class="article-entry marked-body js-toc-content" itemprop="articleBody">
-
-
-<p>链表需要注意的问题:</p>
+ <p>链表需要注意的问题:</p>
<ul>
<li>边界: 头结点尾结点的处理,链表长度为1时的处理</li>
@@ -497,7 +495,6 @@
return head;
}
</code></pre>
-
</div>
<div class="article-footer">
<blockquote class="mt-2x">