Skip to content

Commit 8fc8e5d

Browse files
longsizhuogithub-actions[bot]
authored andcommitted
chore(docs): sync doc metadata [skip ci]
1 parent d63bc24 commit 8fc8e5d

2 files changed

Lines changed: 26 additions & 7 deletions

File tree

app/docs/CommunityShare/Leetcode/2639. 查询网格图中每一列的宽度_translated.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: 2639. Query the width of each column in the grid diagram.md
3-
date: '2024.01.01 0:00'
3+
date: "2024.01.01 0:00"
44
tags:
55
- - Python
66
- - answer
77
abbrlink: 5a764983
8+
docId: lnx1bszj5aqqqfa50sejjv7n
89
---
910

1011
# topic:
@@ -30,6 +31,7 @@ class Solution:
3031
max_lengths = lengths.max(axis=0)
3132
return max_lengths.tolist()
3233
```
34+
3335
```rust
3436
impl Solution {
3537
pub fn find_column_width(grid: Vec<Vec<i32>>) -> Vec<i32> {
@@ -47,4 +49,4 @@ impl Solution {
4749
ans
4850
}
4951
}
50-
```
52+
```

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-08T03:06:09.324Z",
3+
"generatedAt": "2025-12-09T03:06:48.322Z",
44
"docsDir": "app/docs",
5-
"totalDocs": 136,
5+
"totalDocs": 137,
66
"results": [
77
{
88
"docId": "ue27z7z95yzw3lhhfj7nit1c",
@@ -2055,13 +2055,13 @@
20552055
"docId": "u0szm4sv8mr3on3ivbfo5r84",
20562056
"path": "app/docs/CommunityShare/Leetcode/[146]LRU 缓存_translated.md",
20572057
"contributorStats": {
2058-
"114939201": 1
2058+
"114939201": 2
20592059
},
20602060
"contributors": [
20612061
{
20622062
"githubId": "114939201",
2063-
"contributions": 1,
2064-
"lastContributedAt": "2025-12-08T03:00:38.000Z",
2063+
"contributions": 2,
2064+
"lastContributedAt": "2025-12-08T03:06:11.000Z",
20652065
"login": "longsizhuo",
20662066
"avatarUrl": "https://avatars.githubusercontent.com/u/114939201?v=4",
20672067
"htmlUrl": "https://github.com/longsizhuo"
@@ -2323,6 +2323,23 @@
23232323
}
23242324
]
23252325
},
2326+
{
2327+
"docId": "lnx1bszj5aqqqfa50sejjv7n",
2328+
"path": "app/docs/CommunityShare/Leetcode/2639. 查询网格图中每一列的宽度_translated.md",
2329+
"contributorStats": {
2330+
"114939201": 1
2331+
},
2332+
"contributors": [
2333+
{
2334+
"githubId": "114939201",
2335+
"contributions": 1,
2336+
"lastContributedAt": "2025-12-09T03:00:44.000Z",
2337+
"login": "longsizhuo",
2338+
"avatarUrl": "https://avatars.githubusercontent.com/u/114939201?v=4",
2339+
"htmlUrl": "https://github.com/longsizhuo"
2340+
}
2341+
]
2342+
},
23262343
{
23272344
"docId": "clx9mmqqvxipdfamqciuo146",
23282345
"path": "app/docs/CommunityShare/Leetcode/2679.矩阵中的和_translated.md",

0 commit comments

Comments
 (0)