You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/docs/CommunityShare/Leetcode/1004_translated.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
1
---
2
2
title: 1004.Maximum continuity1Number III Maximum continuity1Number III
3
-
date: '2022.12.07-01:15'
3
+
date: "2022.12.07-01:15"
4
4
tags:
5
5
- - Python
6
6
- - solved
7
7
- answer
8
8
abbrlink: ed19b576
9
+
docId: ytg2bds2dnhzw37nrb3vassy
9
10
---
10
11
11
-
12
-
13
-
14
-
15
12
Today's daily question is too difficult,So find the problem by yourself。Today's question is a hash table+Sliding window algorithm,虽然感觉只用了Sliding window algorithm。
13
+
16
14
```python
17
15
18
16
classSolution:
@@ -46,6 +44,7 @@ class Solution:
46
44
47
45
This is my approach at the beginning,Although the double pointer is used,But there is no flexibility,Very empty feeling,Very dry slide。
48
46
the following[@Lincoln](/u/lincoln)@Lincoln Big practice,Just as one record of yourself,不作为我的answer发表
0 commit comments