Skip to content

feat: add Rust solution for lc No.0712#4959

Merged
yanglbme merged 1 commit intomainfrom
dev
Jan 9, 2026
Merged

feat: add Rust solution for lc No.0712#4959
yanglbme merged 1 commit intomainfrom
dev

Conversation

@yanglbme
Copy link
Member

@yanglbme yanglbme commented Jan 9, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 9, 2026 23:26
@idoocs idoocs added core team Issues or pull requests from core team md Issues or Pull requests relate to .md files rs Issues or Pull requests relate to .rs code labels Jan 9, 2026
@yanglbme yanglbme merged commit 43f7ac1 into main Jan 9, 2026
14 checks passed
@yanglbme yanglbme deleted the dev branch January 9, 2026 23:27
Copy link

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 Rust solution for LeetCode problem 0712 "Minimum ASCII Delete Sum for Two Strings". The solution implements a dynamic programming approach that computes the minimum sum of ASCII values of deleted characters needed to make two strings equal.

  • Implements the standard DP solution with O(m×n) time and space complexity
  • Updates both English and Chinese README files with the Rust code
  • Follows existing repository patterns and conventions

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
solution/0700-0799/0712.Minimum ASCII Delete Sum for Two Strings/Solution.rs Adds Rust implementation using 2D DP table to solve the problem
solution/0700-0799/0712.Minimum ASCII Delete Sum for Two Strings/README.md Adds Rust solution code block to Chinese documentation
solution/0700-0799/0712.Minimum ASCII Delete Sum for Two Strings/README_EN.md Adds Rust solution code block to English documentation

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core team Issues or pull requests from core team md Issues or Pull requests relate to .md files rs Issues or Pull requests relate to .rs code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants