Skip to content

update #60

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
Nov 28, 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.3.2

- WC320 数据

## version 2.3.1

- 状态栏增加简单的计时器
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.3.1",
"version": "2.3.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 @@ -1132,6 +1132,17 @@
"ContestID_en": "Weekly Contest 209",
"ContestID_zh": "第 209 场周赛"
},
{
"Rating": 2344.3664724791,
"ID": 2478,
"Title": "Number of Beautiful Partitions",
"TitleZH": "完美分割的方案数",
"TitleSlug": "number-of-beautiful-partitions",
"ContestSlug": "weekly-contest-320",
"ProblemIndex": "Q4",
"ContestID_en": "Weekly Contest 320",
"ContestID_zh": "第 320 场周赛"
},
{
"Rating": 2341.4506355884,
"ID": 810,
Expand Down Expand Up @@ -3365,6 +3376,17 @@
"ContestID_en": "Weekly Contest 319",
"ContestID_zh": "第 319 场周赛"
},
{
"Rating": 2011.9703133514,
"ID": 2477,
"Title": "Minimum Fuel Cost to Report to the Capital",
"TitleZH": "到达首都的最少油耗",
"TitleSlug": "minimum-fuel-cost-to-report-to-the-capital",
"ContestSlug": "weekly-contest-320",
"ProblemIndex": "Q3",
"ContestID_en": "Weekly Contest 320",
"ContestID_zh": "第 320 场周赛"
},
{
"Rating": 2011.3542735398,
"ID": 1102,
Expand Down Expand Up @@ -8128,6 +8150,17 @@
"ContestID_en": "Weekly Contest 161",
"ContestID_zh": "第 161 场周赛"
},
{
"Rating": 1596.9852244916,
"ID": 2476,
"Title": "Closest Nodes Queries in a Binary Search Tree",
"TitleZH": "二叉搜索树最近节点查询",
"TitleSlug": "closest-nodes-queries-in-a-binary-search-tree",
"ContestSlug": "weekly-contest-320",
"ProblemIndex": "Q2",
"ContestID_en": "Weekly Contest 320",
"ContestID_zh": "第 320 场周赛"
},
{
"Rating": 1594.2563236049,
"ID": 822,
Expand Down Expand Up @@ -13529,6 +13562,17 @@
"ContestID_en": "Weekly Contest 135",
"ContestID_zh": "第 135 场周赛"
},
{
"Rating": 1255.5461825223,
"ID": 2475,
"Title": "Number of Unequal Triplets in Array",
"TitleZH": "数组中不等三元组的数目",
"TitleSlug": "number-of-unequal-triplets-in-array",
"ContestSlug": "weekly-contest-320",
"ProblemIndex": "Q1",
"ContestID_en": "Weekly Contest 320",
"ContestID_zh": "第 320 场周赛"
},
{
"Rating": 1254.8626139269,
"ID": 1945,
Expand Down