Skip to content

Commit 2747701

Browse files
authored
Merge pull request #84 from ccagml/main
WC322 数据
2 parents d5042c3 + 9dca3a5 commit 2747701

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 2.10.2
2+
3+
- WC322 数据
4+
15
## version 2.10.1
26

37
- 隐藏测试 api 选项

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode-problem-rating",
33
"displayName": "LeetCode",
44
"description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了",
5-
"version": "2.10.1",
5+
"version": "2.10.2",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",

resources/data.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,17 @@
780780
"ContestID_en": "Weekly Contest 155",
781781
"ContestID_zh": "第 155 场周赛"
782782
},
783+
{
784+
"Rating": 2415.2802039252,
785+
"ID": 2493,
786+
"Title": "Divide Nodes Into the Maximum Number of Groups",
787+
"TitleZH": "将节点分成尽可能多的组",
788+
"TitleSlug": "divide-nodes-into-the-maximum-number-of-groups",
789+
"ContestSlug": "weekly-contest-322",
790+
"ProblemIndex": "Q4",
791+
"ContestID_en": "Weekly Contest 322",
792+
"ContestID_zh": "第 322 场周赛"
793+
},
783794
{
784795
"Rating": 2415.0089731911,
785796
"ID": 2003,
@@ -7083,6 +7094,17 @@
70837094
"ContestID_en": "Weekly Contest 317",
70847095
"ContestID_zh": "第 317 场周赛"
70857096
},
7097+
{
7098+
"Rating": 1679.5737760149,
7099+
"ID": 2492,
7100+
"Title": "Minimum Score of a Path Between Two Cities",
7101+
"TitleZH": "两个城市间路径的最小分数",
7102+
"TitleSlug": "minimum-score-of-a-path-between-two-cities",
7103+
"ContestSlug": "weekly-contest-322",
7104+
"ProblemIndex": "Q3",
7105+
"ContestID_en": "Weekly Contest 322",
7106+
"ContestID_zh": "第 322 场周赛"
7107+
},
70867108
{
70877109
"Rating": 1679.2607152001,
70887110
"ID": 1402,
@@ -12242,6 +12264,17 @@
1224212264
"ContestID_en": "Biweekly Contest 56",
1224312265
"ContestID_zh": "第 56 场双周赛"
1224412266
},
12267+
{
12268+
"Rating": 1323.1893756783,
12269+
"ID": 2491,
12270+
"Title": "Divide Players Into Teams of Equal Skill",
12271+
"TitleZH": "划分技能点相等的团队",
12272+
"TitleSlug": "divide-players-into-teams-of-equal-skill",
12273+
"ContestSlug": "weekly-contest-322",
12274+
"ProblemIndex": "Q2",
12275+
"ContestID_en": "Weekly Contest 322",
12276+
"ContestID_zh": "第 322 场周赛"
12277+
},
1224512278
{
1224612279
"Rating": 1322.8302750313,
1224712280
"ID": 1614,
@@ -13397,6 +13430,17 @@
1339713430
"ContestID_en": "Weekly Contest 190",
1339813431
"ContestID_zh": "第 190 场周赛"
1339913432
},
13433+
{
13434+
"Rating": 1262.938740364,
13435+
"ID": 2490,
13436+
"Title": "Circular Sentence",
13437+
"TitleZH": "回环句",
13438+
"TitleSlug": "circular-sentence",
13439+
"ContestSlug": "weekly-contest-322",
13440+
"ProblemIndex": "Q1",
13441+
"ContestID_en": "Weekly Contest 322",
13442+
"ContestID_zh": "第 322 场周赛"
13443+
},
1340013444
{
1340113445
"Rating": 1262.5890311992,
1340213446
"ID": 1089,

0 commit comments

Comments
 (0)