Skip to content

feat: add weekly contest 489 and biweekly contest 176#5031

Merged
yanglbme merged 1 commit intomainfrom
dev
Feb 15, 2026
Merged

feat: add weekly contest 489 and biweekly contest 176#5031
yanglbme merged 1 commit intomainfrom
dev

Conversation

@yanglbme
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings February 15, 2026 14:46
@idoocs idoocs added core team Issues or pull requests from core team cpp Issues or Pull requests relate to .cpp code go Issues or Pull requests relate to .go code java Issues or Pull requests relate to .java code md Issues or Pull requests relate to .md files py Issues or Pull requests relate to .py code ts Issues or Pull requests relate to .ts code labels Feb 15, 2026
@yanglbme yanglbme merged commit be29173 into main Feb 15, 2026
18 checks passed
@yanglbme yanglbme deleted the dev branch February 15, 2026 14:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds documentation for two new LeetCode contests (Weekly Contest 489 and Biweekly Contest 176) to the repository's index files. The changes integrate 8 new problem entries (problems 3838-3845) into the bilingual documentation system, maintaining consistency with the established format for contest problem indexing.

Changes:

  • Added 4 problems from Weekly Contest 489 (3842-3845) to English and Chinese problem indices
  • Added 4 problems from Biweekly Contest 176 (3838-3841) to English and Chinese problem indices
  • Updated contest listing pages with new contest information including dates, times, and participant counts
  • Minor whitespace change in main README.md

Reviewed changes

Copilot reviewed 38 out of 45 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
solution/README_EN.md Added 8 new problem entries (3838-3845) to the English problem index table
solution/README.md Added 8 new problem entries (3838-3845) to the Chinese problem index table
solution/CONTEST_README_EN.md Added Weekly Contest 489 and Biweekly Contest 176 sections with problem links
solution/CONTEST_README.md Added Weekly Contest 489 and Biweekly Contest 176 sections with contest metadata (dates, times, participant counts) and problem links
README.md Whitespace-only change to a comment line (unrelated to contest additions)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- [位 1 的个数](/solution/0100-0199/0191.Number%20of%201%20Bits/README.md) - `位运算`、`lowbit`
- [合并区间](/solution/0000-0099/0056.Merge%20Intervals/README.md) - `区间合并`
<!-- 排序算法、待补充 -->
<!-- 排序算法、待补充 -->
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whitespace-only change to the indentation of the comment appears unrelated to the stated purpose of adding contest problems. This type of incidental change should be avoided in focused PRs as it makes the diff harder to review and understand. Consider reverting this change or including it in a separate formatting-focused commit.

Suggested change
<!-- 排序算法待补充 -->
- 排序算法待补充

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core team Issues or pull requests from core team cpp Issues or Pull requests relate to .cpp code go Issues or Pull requests relate to .go code java Issues or Pull requests relate to .java code md Issues or Pull requests relate to .md files py Issues or Pull requests relate to .py code ts Issues or Pull requests relate to .ts code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants