Skip to content

Commit 9574355

Browse files
committed
update
1 parent bbbb58a commit 9574355

File tree

3 files changed

+95
-46
lines changed

3 files changed

+95
-46
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## version 2.2.4
2+
3+
- 优化说明简介
4+
- BWC91 & WC318 & WC319 数据
5+
16
## version 2.2.3
27

38
- 优化说明简介

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vscode-leetcode-problem-rating",
33
"displayName": "LeetCode",
4-
"description": "LeetCode 做题, 增加 LeetCode 题目难度分",
5-
"version": "2.2.3",
4+
"description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了",
5+
"version": "2.2.4",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",

resources/data.json

Lines changed: 88 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -670,17 +670,6 @@
670670
"ContestID_en": "Weekly Contest 318",
671671
"ContestID_zh": "第 318 场周赛"
672672
},
673-
{
674-
"Rating": 2453.9054896968,
675-
"ID": 2463,
676-
"Title": "Minimum Total Distance Traveled",
677-
"TitleZH": "\u6700\u5c0f\u79fb\u52a8\u603b\u8ddd\u79bb",
678-
"TitleSlug": "minimum-total-distance-traveled",
679-
"ContestSlug": "weekly-contest-318",
680-
"ProblemIndex": "Q4",
681-
"ContestID_en": "Weekly Contest 318",
682-
"ContestID_zh": "\u7b2c 318 \u573a\u5468\u8d5b"
683-
},
684673
{
685674
"Rating": 2449.1323757838,
686675
"ID": 2127,
@@ -923,6 +912,17 @@
923912
"ContestID_en": "Weekly Contest 198",
924913
"ContestID_zh": "第 198 场周赛"
925914
},
915+
{
916+
"Rating": 2381.6019709166,
917+
"ID": 2468,
918+
"Title": "Split Message Based on Limit",
919+
"TitleZH": "根据限制分割消息",
920+
"TitleSlug": "split-message-based-on-limit",
921+
"ContestSlug": "biweekly-contest-91",
922+
"ProblemIndex": "Q4",
923+
"ContestID_en": "Biweekly Contest 91",
924+
"ContestID_zh": "第 91 场双周赛"
925+
},
926926
{
927927
"Rating": 2381.479024858,
928928
"ID": 956,
@@ -2958,6 +2958,17 @@
29582958
"ContestID_en": "Weekly Contest 85",
29592959
"ContestID_zh": "第 85 场周赛"
29602960
},
2961+
{
2962+
"Rating": 2053.354609292,
2963+
"ID": 2467,
2964+
"Title": "Most Profitable Path in a Tree",
2965+
"TitleZH": "树上最大得分和路径",
2966+
"TitleSlug": "most-profitable-path-in-a-tree",
2967+
"ContestSlug": "biweekly-contest-91",
2968+
"ProblemIndex": "Q3",
2969+
"ContestID_en": "Biweekly Contest 91",
2970+
"ContestID_zh": "第 91 场双周赛"
2971+
},
29612972
{
29622973
"Rating": 2051.0879431258,
29632974
"ID": 1856,
@@ -3343,6 +3354,17 @@
33433354
"ContestID_en": "Weekly Contest 143",
33443355
"ContestID_zh": "第 143 场周赛"
33453356
},
3357+
{
3358+
"Rating": 2013.4354344791,
3359+
"ID": 2472,
3360+
"Title": "Maximum Number of Non-overlapping Palindrome Substrings",
3361+
"TitleZH": "不重叠回文子字符串的最大数目",
3362+
"TitleSlug": "maximum-number-of-non-overlapping-palindrome-substrings",
3363+
"ContestSlug": "weekly-contest-319",
3364+
"ProblemIndex": "Q4",
3365+
"ContestID_en": "Weekly Contest 319",
3366+
"ContestID_zh": "第 319 场周赛"
3367+
},
33463368
{
33473369
"Rating": 2011.3542735398,
33483370
"ID": 1102,
@@ -5961,17 +5983,6 @@
59615983
"ContestID_en": "Weekly Contest 318",
59625984
"ContestID_zh": "第 318 场周赛"
59635985
},
5964-
{
5965-
"Rating": 1763.6404758359,
5966-
"ID": 2462,
5967-
"Title": "Total Cost to Hire K Workers",
5968-
"TitleZH": "\u96c7\u4f63 K \u4f4d\u5de5\u4eba\u7684\u603b\u4ee3\u4ef7",
5969-
"TitleSlug": "total-cost-to-hire-k-workers",
5970-
"ContestSlug": "weekly-contest-318",
5971-
"ProblemIndex": "Q3",
5972-
"ContestID_en": "Weekly Contest 318",
5973-
"ContestID_zh": "\u7b2c 318 \u573a\u5468\u8d5b"
5974-
},
59755986
{
59765987
"Rating": 1762.3115124143,
59775988
"ID": 948,
@@ -6841,6 +6852,17 @@
68416852
"ContestID_en": "Weekly Contest 83",
68426853
"ContestID_zh": "第 83 场周赛"
68436854
},
6855+
{
6856+
"Rating": 1694.4308657594,
6857+
"ID": 2466,
6858+
"Title": "Count Ways To Build Good Strings",
6859+
"TitleZH": "统计构造好字符串的方案数",
6860+
"TitleSlug": "count-ways-to-build-good-strings",
6861+
"ContestSlug": "biweekly-contest-91",
6862+
"ProblemIndex": "Q2",
6863+
"ContestID_en": "Biweekly Contest 91",
6864+
"ContestID_zh": "第 91 场双周赛"
6865+
},
68446866
{
68456867
"Rating": 1693.4495728383,
68466868
"ID": 2337,
@@ -7644,6 +7666,17 @@
76447666
"ContestID_en": "Weekly Contest 245",
76457667
"ContestID_zh": "第 245 场周赛"
76467668
},
7669+
{
7670+
"Rating": 1635.1520858279,
7671+
"ID": 2471,
7672+
"Title": "Minimum Number of Operations to Sort a Binary Tree by Level",
7673+
"TitleZH": "逐层排序二叉树所需的最少操作数目",
7674+
"TitleSlug": "minimum-number-of-operations-to-sort-a-binary-tree-by-level",
7675+
"ContestSlug": "weekly-contest-319",
7676+
"ProblemIndex": "Q3",
7677+
"ContestID_en": "Weekly Contest 319",
7678+
"ContestID_zh": "第 319 场周赛"
7679+
},
76477680
{
76487681
"Rating": 1633.6202302555,
76497682
"ID": 1466,
@@ -8491,6 +8524,17 @@
84918524
"ContestID_en": "Weekly Contest 179",
84928525
"ContestID_zh": "第 179 场周赛"
84938526
},
8527+
{
8528+
"Rating": 1559.9709348417,
8529+
"ID": 2470,
8530+
"Title": "Number of Subarrays With LCM Equal to K",
8531+
"TitleZH": "最小公倍数为 K 的子数组数目",
8532+
"TitleSlug": "number-of-subarrays-with-lcm-equal-to-k",
8533+
"ContestSlug": "weekly-contest-319",
8534+
"ProblemIndex": "Q2",
8535+
"ContestID_en": "Weekly Contest 319",
8536+
"ContestID_zh": "第 319 场周赛"
8537+
},
84948538
{
84958539
"Rating": 1558.9522968448,
84968540
"ID": 2310,
@@ -8579,17 +8623,6 @@
85798623
"ContestID_en": "Weekly Contest 318",
85808624
"ContestID_zh": "第 318 场周赛"
85818625
},
8582-
{
8583-
"Rating": 1552.8935571247,
8584-
"ID": 2461,
8585-
"Title": "Maximum Sum of Distinct Subarrays With Length K",
8586-
"TitleZH": "\u957f\u5ea6\u4e3a K \u5b50\u6570\u7ec4\u4e2d\u7684\u6700\u5927\u548c",
8587-
"TitleSlug": "maximum-sum-of-distinct-subarrays-with-length-k",
8588-
"ContestSlug": "weekly-contest-318",
8589-
"ProblemIndex": "Q2",
8590-
"ContestID_en": "Weekly Contest 318",
8591-
"ContestID_zh": "\u7b2c 318 \u573a\u5468\u8d5b"
8592-
},
85938626
{
85948627
"Rating": 1550.4297615307,
85958628
"ID": 2207,
@@ -13584,6 +13617,17 @@
1358413617
"ContestID_en": "Biweekly Contest 81",
1358513618
"ContestID_zh": "第 81 场双周赛"
1358613619
},
13620+
{
13621+
"Rating": 1250.0975318308,
13622+
"ID": 2465,
13623+
"Title": "Number of Distinct Averages",
13624+
"TitleZH": "不同的平均值数目",
13625+
"TitleSlug": "number-of-distinct-averages",
13626+
"ContestSlug": "biweekly-contest-91",
13627+
"ProblemIndex": "Q1",
13628+
"ContestID_en": "Biweekly Contest 91",
13629+
"ContestID_zh": "第 91 场双周赛"
13630+
},
1358713631
{
1358813632
"Rating": 1249.9947800752,
1358913633
"ID": 1150,
@@ -14123,17 +14167,6 @@
1412314167
"ContestID_en": "Weekly Contest 318",
1412414168
"ContestID_zh": "第 318 场周赛"
1412514169
},
14126-
{
14127-
"Rating": 1223.9335618833,
14128-
"ID": 2460,
14129-
"Title": "Apply Operations to an Array",
14130-
"TitleZH": "\u5bf9\u6570\u7ec4\u6267\u884c\u64cd\u4f5c",
14131-
"TitleSlug": "apply-operations-to-an-array",
14132-
"ContestSlug": "weekly-contest-318",
14133-
"ProblemIndex": "Q1",
14134-
"ContestID_en": "Weekly Contest 318",
14135-
"ContestID_zh": "\u7b2c 318 \u573a\u5468\u8d5b"
14136-
},
1413714170
{
1413814171
"Rating": 1223.406570396,
1413914172
"ID": 2206,
@@ -15058,6 +15091,17 @@
1505815091
"ContestID_en": "Weekly Contest 196",
1505915092
"ContestID_zh": "第 196 场周赛"
1506015093
},
15094+
{
15095+
"Rating": 1153.427255962,
15096+
"ID": 2469,
15097+
"Title": "Convert the Temperature",
15098+
"TitleZH": "温度转换",
15099+
"TitleSlug": "convert-the-temperature",
15100+
"ContestSlug": "weekly-contest-319",
15101+
"ProblemIndex": "Q1",
15102+
"ContestID_en": "Weekly Contest 319",
15103+
"ContestID_zh": "第 319 场周赛"
15104+
},
1506115105
{
1506215106
"Rating": 1152.1494742874,
1506315107
"ID": 2089,

0 commit comments

Comments
 (0)