Skip to content

feat: add solutions for lc weekly contest 483#4951

Merged
yanglbme merged 1 commit intomainfrom
dev
Jan 4, 2026
Merged

feat: add solutions for lc weekly contest 483#4951
yanglbme merged 1 commit intomainfrom
dev

Conversation

@yanglbme
Copy link
Member

@yanglbme yanglbme commented Jan 4, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 4, 2026 14:54
@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 Jan 4, 2026
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 solutions for LeetCode Weekly Contest 483 held on January 4, 2026, including problem descriptions, solutions, and metadata updates across multiple programming languages.

Key changes:

  • Added complete solutions for problems 3798, 3799, and 3800 in Python, Java, C++, Go, and TypeScript
  • Added problem descriptions and documentation for all 4 contest problems (3798-3801)
  • Updated contest metadata in CONTEST_README.md and CONTEST_README_EN.md files

Reviewed changes

Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.

Show a summary per file
File Description
solution/CONTEST_README.md Added Weekly Contest 483 entry with contest metadata and problem links
solution/CONTEST_README_EN.md Added English version of Weekly Contest 483 entry
solution/3700-3799/3798.Largest Even Number/README.md Added Chinese problem description for easy-level string manipulation problem
solution/3700-3799/3798.Largest Even Number/README_EN.md Added English problem description
solution/3700-3799/3798.Largest Even Number/Solution.* Added solutions in 5 languages using string trimming approach
solution/3700-3799/3799.Word Squares II/README.md Added Chinese problem description for medium-level word square problem
solution/3700-3799/3799.Word Squares II/README_EN.md Added English problem description
solution/3700-3799/3799.Word Squares II/Solution.* Added brute force solutions in 5 languages using nested loops
solution/3800-3899/3800.Minimum Cost to Make Two Binary Strings Equal/README.md Added Chinese problem description for medium-level optimization problem
solution/3800-3899/3800.Minimum Cost to Make Two Binary Strings Equal/README_EN.md Added English problem description
solution/3800-3899/3800.Minimum Cost to Make Two Binary Strings Equal/Solution.* Added greedy solutions in 5 languages comparing three cost strategies
solution/3800-3899/3801.Minimum Cost to Merge Sorted Lists/README.md Added Chinese problem description for hard-level merge problem
solution/3800-3899/3801.Minimum Cost to Merge Sorted Lists/README_EN.md Added English problem description with empty solution placeholders

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

@yanglbme yanglbme merged commit 0c18e10 into main Jan 4, 2026
23 checks passed
@yanglbme yanglbme deleted the dev branch January 4, 2026 23:41
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