Skip to content

update: 添加问题“85.最大矩形”的代码和题解+ feat(hexo minify) (#1318)#1319

Merged
LetMeFly666 merged 1 commit into
masterfrom
85
Jan 11, 2026
Merged

update: 添加问题“85.最大矩形”的代码和题解+ feat(hexo minify) (#1318)#1319
LetMeFly666 merged 1 commit into
masterfrom
85

Conversation

@LetMeFly666
Copy link
Copy Markdown
Owner

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

AC,100.00%,65.47%

word: en(+jp) 2026.1.11
Signed-off-by: LetMeFly666 <Tisfy@qq.com>
Copilot AI review requested due to automatic review settings January 11, 2026 15:55
@LetMeFly666 LetMeFly666 added the 题解 Solution label Jan 11, 2026
@LetMeFly666 LetMeFly666 self-assigned this Jan 11, 2026
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.

q

@LetMeFly666 LetMeFly666 merged commit 6e814a6 into master Jan 11, 2026
5 checks passed
@LetMeFly666 LetMeFly666 deleted the 85 branch January 11, 2026 15:56
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 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.

Comment thread Codes/0085-maximal-rectangle.cpp
Comment thread .github/workflows/deployHexo.yml
Comment thread .github/workflows/deployHexo.yml
Comment thread .github/workflows/deployHexo.yml
Comment thread Codes/0085-maximal-rectangle.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 85

2 participants