Skip to content

Commit 05f64dd

Browse files
committed
feat: update leetcode contest
1 parent 456a588 commit 05f64dd

File tree

5 files changed

+27
-1
lines changed

5 files changed

+27
-1
lines changed

images/Guardian.gif

451 KB
Loading

images/Knight.gif

453 KB
Loading

solution/2300-2399/2360.Longest Cycle in a Graph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<p><strong>示例 2:</strong></p>
3131

32-
<p><img alt="" src="https://assets.leetcode.com/uploads/2022/06/07/graph4drawio-1.png" style="width: 171px; height: 161px;" /></p>
32+
<p><img alt="" src="https://fastly.jsdelivr.net/gh/doocs/leetcode@main/solution/2300-2399/2360.Longest%20Cycle%20in%20a%20Graph/images/graph4drawio-1.png" style="width: 171px; height: 161px;" /></p>
3333

3434
<pre>
3535
<b>输入:</b>edges = [2,-1,3,1]

solution/CONTEST_README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
[English Version](/solution/CONTEST_README_EN.md)
44

55

6+
## 段位与荣誉勋章
7+
8+
竞赛排名根据 竞赛积分(周赛和双周赛)进行计算,注册新用户的基础分值为 $1500$ 分,在竞赛积分 $\ge1600$ 的用户中,根据比例 $5\%$、$20\%$、$75\%$ 设定三档段位,段位每周比赛结束后计算一次。
9+
10+
如果竞赛积分处于段位的临界值,在每周比赛结束重新计算后会出现段位升级或降级的情况。段位升级或降级后会自动替换对应的荣誉勋章。
11+
12+
| 段位 | 比例 | 段位名 | 分数线 | 勋章展示 |
13+
| ----- | ------ | -------- | --------- | --------------------------------------------------------------------------- |
14+
| $LV3$ | $5\%$ | $Guardian$ | $\ge2250$ | ![](https://fastly.jsdelivr.net/gh/doocs/leetcode@main/images/Guardian.gif) |
15+
| $LV2$ | $20\%$ | $Knight$ | $\ge1860$ | ![](https://fastly.jsdelivr.net/gh/doocs/leetcode@main/images/Knight.gif) |
16+
| $LV1$ | $75\%$ | - | - | - |
17+
618
## 赛后估分网站
719

820
https://lcpredictor.herokuapp.com/

solution/CONTEST_README_EN.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
[中文文档](/solution/CONTEST_README.md)
44

5+
## Contest Rating & Badge
6+
7+
The contest badge is calculated based on the contest rating.
8+
9+
For LeetCoders with rating >=1600,
10+
If you are in the top 5% of the contest rating, you’ll get the “Guardian” badge.
11+
12+
![](https://fastly.jsdelivr.net/gh/doocs/leetcode@main/images/Guardian.gif)
13+
14+
If you are in the top 25% of the contest rating, you’ll get the “Knight” badge.
15+
16+
![](https://fastly.jsdelivr.net/gh/doocs/leetcode@main/images/Knight.gif)
17+
18+
For top 10 users (excluding LCCN users), your LeetCode ID will be colored orange on the ranking board. You'll also have the honor with you when you post/comment under discuss.
519

620
## Rating Predictor
721

0 commit comments

Comments
 (0)