update: 添加问题“3453.分割正方形I”的代码和题解#1324
Merged
LetMeFly666 merged 29 commits intomasterfrom Jan 13, 2026
Merged
Conversation
没忘记再修改下.md哈哈
No Solutions changes, skip deploy
1000000000.00000
Signed-off-by: LetMeFly666 <Tisfy@qq.com>
Contributor
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
By newSolution.py using GH on Windows | close: #1322