mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<p>If there are two middle nodes, return <strong>the second middle</strong> node.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/07/23/lc-midlist1.jpg" style="width: 544px; height: 65px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> head = [1,2,3,4,5]
|
||||
@@ -11,7 +11,7 @@
|
||||
<strong>Explanation:</strong> The middle node of the list is node 3.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/07/23/lc-midlist2.jpg" style="width: 664px; height: 65px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> head = [1,2,3,4,5,6]
|
||||
|
Reference in New Issue
Block a user