Skip to content

Commit ce40f1d

Browse files
authored
chore: update lc problem: No.0128 (#1295)
1 parent c96911b commit ce40f1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

solution/0100-0199/0128.Longest Consecutive Sequence/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<pre>
1818
<strong>输入:</strong>nums = [100,4,200,1,3,2]
1919
<strong>输出:</strong>4
20-
<strong>解释:</strong>最长数字连续序列是 <code>[1, 2, 3, 4]。它的长度为 4。</code></pre>
20+
<strong>解释:</strong>最长数字连续序列是 [1, 2, 3, 4]。它的长度为 4。</pre>
2121

2222
<p><strong>示例 2:</strong></p>
2323

solution/config.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
33,
66
34,
77
115,
8+
128,
89
279,
910
280,
1011
281,

0 commit comments

Comments
 (0)