Skip to content

update: 添加问题“3453.分割正方形I”的代码和题解#1324

Merged
LetMeFly666 merged 29 commits intomasterfrom
3453
Jan 13, 2026
Merged

update: 添加问题“3453.分割正方形I”的代码和题解#1324
LetMeFly666 merged 29 commits intomasterfrom
3453

Conversation

@LetMeFly666
Copy link
Copy Markdown
Owner

By newSolution.py using GH on Windows | close: #1322

LetMeFly666 and others added 29 commits January 11, 2026 21:10
没忘记再修改下.md哈哈
刚刚是因为小写?
No Solutions changes, skip deploy
1000000000.00000
Copilot AI review requested due to automatic review settings January 13, 2026 15:55
Copy link
Copy Markdown
Owner Author

@LetMeFly666 LetMeFly666 left a comment

Choose a reason for hiding this comment

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

不是很擅长二分捏
sleeeeep

@LetMeFly666 LetMeFly666 merged commit a8350f8 into master Jan 13, 2026
5 checks passed
@LetMeFly666 LetMeFly666 deleted the 3453 branch January 13, 2026 15:57
Copy link
Copy Markdown
Contributor

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 a LeetCode solution for problem 3453 "Separate Squares I" along with workflow improvements for the GitHub Actions deployment pipeline and test script additions.

Changes:

  • Added C++ solution for LeetCode 3453 using binary search to find the optimal horizontal split line
  • Improved GitHub Actions workflow to fetch only required branches instead of all branches
  • Enhanced shell script for detecting modified Solutions files with null-terminated input handling

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Codes/3453-separate-squares-i.cpp New C++ solution implementing binary search for the square separation problem
README.md Added entry for problem 3453 with links to solutions and problem page
.github/workflows/deployHexo.yml Optimized branch fetching logic and improved file change detection with null-terminated strings
has_modified.sh New test script for validating git diff parsing logic with null-terminated strings
Solutions/Other-English-LearningNotes-SomeWords.md Added two new vocabulary entries (Oceania, phonetics)
Solutions/Other-Accumulation-SomeTips.md Added quotes about website architecture philosophy

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

Comment thread Codes/3453-separate-squares-i.cpp
Comment thread Codes/3453-separate-squares-i.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

题解 Solution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[newSolution]Who can add 1 more problem of LeetCode 3453

2 participants