Skip to content

Commit a7b5831

Browse files
committed
updatw
1 parent a479c1d commit a7b5831

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.3.2
2+
3+
- WC320 数据
4+
15
## version 2.3.1
26

37
- 状态栏增加简单的计时器

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.3.1",
5+
"version": "2.3.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
@@ -1132,6 +1132,17 @@
11321132
"ContestID_en": "Weekly Contest 209",
11331133
"ContestID_zh": "第 209 场周赛"
11341134
},
1135+
{
1136+
"Rating": 2344.3664724791,
1137+
"ID": 2478,
1138+
"Title": "Number of Beautiful Partitions",
1139+
"TitleZH": "完美分割的方案数",
1140+
"TitleSlug": "number-of-beautiful-partitions",
1141+
"ContestSlug": "weekly-contest-320",
1142+
"ProblemIndex": "Q4",
1143+
"ContestID_en": "Weekly Contest 320",
1144+
"ContestID_zh": "第 320 场周赛"
1145+
},
11351146
{
11361147
"Rating": 2341.4506355884,
11371148
"ID": 810,
@@ -3365,6 +3376,17 @@
33653376
"ContestID_en": "Weekly Contest 319",
33663377
"ContestID_zh": "第 319 场周赛"
33673378
},
3379+
{
3380+
"Rating": 2011.9703133514,
3381+
"ID": 2477,
3382+
"Title": "Minimum Fuel Cost to Report to the Capital",
3383+
"TitleZH": "到达首都的最少油耗",
3384+
"TitleSlug": "minimum-fuel-cost-to-report-to-the-capital",
3385+
"ContestSlug": "weekly-contest-320",
3386+
"ProblemIndex": "Q3",
3387+
"ContestID_en": "Weekly Contest 320",
3388+
"ContestID_zh": "第 320 场周赛"
3389+
},
33683390
{
33693391
"Rating": 2011.3542735398,
33703392
"ID": 1102,
@@ -8128,6 +8150,17 @@
81288150
"ContestID_en": "Weekly Contest 161",
81298151
"ContestID_zh": "第 161 场周赛"
81308152
},
8153+
{
8154+
"Rating": 1596.9852244916,
8155+
"ID": 2476,
8156+
"Title": "Closest Nodes Queries in a Binary Search Tree",
8157+
"TitleZH": "二叉搜索树最近节点查询",
8158+
"TitleSlug": "closest-nodes-queries-in-a-binary-search-tree",
8159+
"ContestSlug": "weekly-contest-320",
8160+
"ProblemIndex": "Q2",
8161+
"ContestID_en": "Weekly Contest 320",
8162+
"ContestID_zh": "第 320 场周赛"
8163+
},
81318164
{
81328165
"Rating": 1594.2563236049,
81338166
"ID": 822,
@@ -13529,6 +13562,17 @@
1352913562
"ContestID_en": "Weekly Contest 135",
1353013563
"ContestID_zh": "第 135 场周赛"
1353113564
},
13565+
{
13566+
"Rating": 1255.5461825223,
13567+
"ID": 2475,
13568+
"Title": "Number of Unequal Triplets in Array",
13569+
"TitleZH": "数组中不等三元组的数目",
13570+
"TitleSlug": "number-of-unequal-triplets-in-array",
13571+
"ContestSlug": "weekly-contest-320",
13572+
"ProblemIndex": "Q1",
13573+
"ContestID_en": "Weekly Contest 320",
13574+
"ContestID_zh": "第 320 场周赛"
13575+
},
1353213576
{
1353313577
"Rating": 1254.8626139269,
1353413578
"ID": 1945,

0 commit comments

Comments
 (0)