Skip to content

update: 添加问题“3507.移除最小数对使数组有序I”的代码和题解#1341

Merged
LetMeFly666 merged 1 commit intomasterfrom
3507
Jan 22, 2026
Merged

update: 添加问题“3507.移除最小数对使数组有序I”的代码和题解#1341
LetMeFly666 merged 1 commit intomasterfrom
3507

Conversation

@LetMeFly666
Copy link
Copy Markdown
Owner

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

3507: AC.cpp+rust (#1240)

cpp - AC,7.84%,7.84%
rust - AC,100.00%,100.00%
---

yesterday: AC,100.00%,41.24%

今天竟然没有官解

Signed-off-by: LetMeFly666 <Tisfy@qq.com>
Copilot AI review requested due to automatic review settings January 22, 2026 16:01
@LetMeFly666 LetMeFly666 added the 题解 Solution label Jan 22, 2026
@LetMeFly666 LetMeFly666 self-assigned this Jan 22, 2026
@LetMeFly666 LetMeFly666 merged commit f65842a into master Jan 22, 2026
5 checks passed
@LetMeFly666 LetMeFly666 deleted the 3507 branch January 22, 2026 16:01
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 the solution and documentation for LeetCode problem 3507 "移除最小数对使数组有序I" (Minimum Pair Removal to Sort Array I). The PR includes implementations in both C++ and Rust, updates the main README with problem references, adds English vocabulary entries, and cleans up skeleton files from a previous problem.

Changes:

  • Added C++ and Rust solutions for LeetCode problem 3507
  • Updated README.md with problem entry and solution links
  • Added English vocabulary words (incorporated, ration) to learning notes
  • Removed skeleton files for problem 3315

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
README.md Added new table entry for problem 3507 with links to problem, solution, CSDN, and LeetCode
Solutions/Other-English-LearningNotes-SomeWords.md Added two new English vocabulary words with definitions
Codes/lib.rs Updated include statement to reference the new problem 3507 solution file
Codes/3507-minimum-pair-removal-to-sort-array-i.rs New Rust implementation of the solution algorithm
Codes/3507-minimum-pair-removal-to-sort-array-i.cpp New C++ implementation with debug utilities and test case comments
Codes/3315-construct-the-minimum-bitwise-array-ii.* Removed skeleton files for problem 3315 (rs, py, java, go)
.commitmsg Added commit message with performance statistics

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

Comment thread Codes/3507-minimum-pair-removal-to-sort-array-i.cpp
Comment thread Codes/3507-minimum-pair-removal-to-sort-array-i.rs
Comment thread Codes/3507-minimum-pair-removal-to-sort-array-i.rs
Comment thread Codes/3507-minimum-pair-removal-to-sort-array-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 3507

2 participants