update: 添加问题“85.最大矩形”的代码和题解+ feat(hexo minify) (#1318)#1319
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a solution for LeetCode problem 85 (Maximal Rectangle) along with its prerequisite problem 84 (Largest Rectangle in Histogram). It also introduces significant improvements to the Hexo deployment workflow, including file modification time tracking and smarter deployment triggers.
Changes:
- Added C++ solutions for LeetCode problems 84 and 85 using monotonic stack approach
- Enhanced GitHub Actions workflow with modification time tracking for Solutions files
- Added conditional deployment logic to skip unnecessary builds
- Minor documentation improvements including an ASCII diagram for DNS architecture
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| Codes/0085-maximal-rectangle.cpp | New solution for LeetCode problem 85 using monotonic stack |
| Codes/0084-largest-rectangle-in-histogram.cpp | New solution for LeetCode problem 84 (prerequisite for 85) |
| .github/workflows/deployHexo.yml | Major enhancements: added modification time tracking, improved deployment conditions, changed to cp -a for preserving timestamps |
| .github/workflows/1problem1day-addNewIssue2project.yml | Added skip flag handling to prevent unnecessary workflow steps |
| README.md | Added entry for problem 85 with links to solutions |
| Solutions/Other-Website-ZeroCostLatencyOptimization.md | Added ASCII diagram illustrating DNS architecture |
| Solutions/Other-HTML-ChangePermanentRedirect301ByGoogle.md | Updated tag capitalization from "nginx" to "Nginx" |
| Solutions/Other-Python-PythonNotesFromBaiduDisk-*.md | Minor date adjustments for proper ordering |
| .commitmsg | Commit message metadata |
| .commitTitleExtra | Commit title extension |
💡 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: #1317