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/219_translated.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: 219.Existing duplicate elements II Hash table graphics
3
-
date: '2024.01.01 0:00'
3
+
date: "2024.01.01 0:00"
4
4
categories:
5
5
- - Python
6
6
- Hash table
@@ -10,6 +10,7 @@ tags:
10
10
- - Python
11
11
- - solved
12
12
abbrlink: 16b0e9f1
13
+
docId: k4btd9x3l3xnnl4dnr64d8cq
13
14
---
14
15
15
16
# Thought
@@ -40,6 +41,7 @@ class Solution:
40
41
```
41
42
42
43
look[@Gongshui Sanye](/u/ac_oier)Gongshui Sanye的解法后,Only think of,这道题的目的是为了练习双指针在Hash table中的应用,TAThe original words are sorting the meaning:Whether the existence does not exceed k+1k + 1k+1 window,window内有相同元素。
44
+
43
45
```
44
46
#Sort out the meaning:Whether the existence does not exceed k+1k + 1k+1 window,window内有相同元素。
0 commit comments