Skip to content

WC322 数据 #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## version 2.10.2

- WC322 数据

## version 2.10.1

- 隐藏测试 api 选项
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-leetcode-problem-rating",
"displayName": "LeetCode",
"description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了",
"version": "2.10.1",
"version": "2.10.2",
"author": "ccagml",
"publisher": "ccagml",
"license": "MIT",
Expand Down
44 changes: 44 additions & 0 deletions resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,17 @@
"ContestID_en": "Weekly Contest 155",
"ContestID_zh": "第 155 场周赛"
},
{
"Rating": 2415.2802039252,
"ID": 2493,
"Title": "Divide Nodes Into the Maximum Number of Groups",
"TitleZH": "将节点分成尽可能多的组",
"TitleSlug": "divide-nodes-into-the-maximum-number-of-groups",
"ContestSlug": "weekly-contest-322",
"ProblemIndex": "Q4",
"ContestID_en": "Weekly Contest 322",
"ContestID_zh": "第 322 场周赛"
},
{
"Rating": 2415.0089731911,
"ID": 2003,
Expand Down Expand Up @@ -7083,6 +7094,17 @@
"ContestID_en": "Weekly Contest 317",
"ContestID_zh": "第 317 场周赛"
},
{
"Rating": 1679.5737760149,
"ID": 2492,
"Title": "Minimum Score of a Path Between Two Cities",
"TitleZH": "两个城市间路径的最小分数",
"TitleSlug": "minimum-score-of-a-path-between-two-cities",
"ContestSlug": "weekly-contest-322",
"ProblemIndex": "Q3",
"ContestID_en": "Weekly Contest 322",
"ContestID_zh": "第 322 场周赛"
},
{
"Rating": 1679.2607152001,
"ID": 1402,
Expand Down Expand Up @@ -12242,6 +12264,17 @@
"ContestID_en": "Biweekly Contest 56",
"ContestID_zh": "第 56 场双周赛"
},
{
"Rating": 1323.1893756783,
"ID": 2491,
"Title": "Divide Players Into Teams of Equal Skill",
"TitleZH": "划分技能点相等的团队",
"TitleSlug": "divide-players-into-teams-of-equal-skill",
"ContestSlug": "weekly-contest-322",
"ProblemIndex": "Q2",
"ContestID_en": "Weekly Contest 322",
"ContestID_zh": "第 322 场周赛"
},
{
"Rating": 1322.8302750313,
"ID": 1614,
Expand Down Expand Up @@ -13397,6 +13430,17 @@
"ContestID_en": "Weekly Contest 190",
"ContestID_zh": "第 190 场周赛"
},
{
"Rating": 1262.938740364,
"ID": 2490,
"Title": "Circular Sentence",
"TitleZH": "回环句",
"TitleSlug": "circular-sentence",
"ContestSlug": "weekly-contest-322",
"ProblemIndex": "Q1",
"ContestID_en": "Weekly Contest 322",
"ContestID_zh": "第 322 场周赛"
},
{
"Rating": 1262.5890311992,
"ID": 1089,
Expand Down