Skip to content

Commit 09de80d

Browse files
longsizhuogithub-actions[bot]
authored andcommitted
chore(docs): sync doc metadata [skip ci]
1 parent 3774c76 commit 09de80d

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

app/docs/CommunityShare/Leetcode/219_translated.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 219.Existing duplicate elements II Hash table graphics
3-
date: '2024.01.01 0:00'
3+
date: "2024.01.01 0:00"
44
categories:
55
- - Python
66
- Hash table
@@ -10,6 +10,7 @@ tags:
1010
- - Python
1111
- - solved
1212
abbrlink: 16b0e9f1
13+
docId: k4btd9x3l3xnnl4dnr64d8cq
1314
---
1415

1516
# Thought
@@ -40,6 +41,7 @@ class Solution:
4041
```
4142

4243
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+
4345
```
4446
#Sort out the meaning:Whether the existence does not exceed k+1k + 1k+1 window,window内有相同元素。
4547
class Solution:
@@ -53,4 +55,4 @@ class Solution:
5355
return True
5456
s.add(nums[i])
5557
return False
56-
```
58+
```

generated/doc-contributors.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"repo": "InvolutionHell/involutionhell",
3-
"generatedAt": "2025-12-09T03:06:48.322Z",
3+
"generatedAt": "2025-12-10T03:07:16.426Z",
44
"docsDir": "app/docs",
5-
"totalDocs": 137,
5+
"totalDocs": 138,
66
"results": [
77
{
88
"docId": "ue27z7z95yzw3lhhfj7nit1c",
@@ -2221,6 +2221,23 @@
22212221
}
22222222
]
22232223
},
2224+
{
2225+
"docId": "k4btd9x3l3xnnl4dnr64d8cq",
2226+
"path": "app/docs/CommunityShare/Leetcode/219_translated.md",
2227+
"contributorStats": {
2228+
"114939201": 1
2229+
},
2230+
"contributors": [
2231+
{
2232+
"githubId": "114939201",
2233+
"contributions": 1,
2234+
"lastContributedAt": "2025-12-10T03:00:13.000Z",
2235+
"login": "longsizhuo",
2236+
"avatarUrl": "https://avatars.githubusercontent.com/u/114939201?v=4",
2237+
"htmlUrl": "https://github.com/longsizhuo"
2238+
}
2239+
]
2240+
},
22242241
{
22252242
"docId": "lzrh7ftq3kegsyx8gimonrfu",
22262243
"path": "app/docs/CommunityShare/Leetcode/2241. Design an ATM Machine.md",
@@ -2327,13 +2344,13 @@
23272344
"docId": "lnx1bszj5aqqqfa50sejjv7n",
23282345
"path": "app/docs/CommunityShare/Leetcode/2639. 查询网格图中每一列的宽度_translated.md",
23292346
"contributorStats": {
2330-
"114939201": 1
2347+
"114939201": 2
23312348
},
23322349
"contributors": [
23332350
{
23342351
"githubId": "114939201",
2335-
"contributions": 1,
2336-
"lastContributedAt": "2025-12-09T03:00:44.000Z",
2352+
"contributions": 2,
2353+
"lastContributedAt": "2025-12-09T03:06:49.000Z",
23372354
"login": "longsizhuo",
23382355
"avatarUrl": "https://avatars.githubusercontent.com/u/114939201?v=4",
23392356
"htmlUrl": "https://github.com/longsizhuo"

0 commit comments

Comments
 (0)