Skip to content

update: 添加问题“3651.带传送的最小路径成本”的代码和题解#1353

Merged
LetMeFly666 merged 5 commits intomasterfrom
3651
Jan 28, 2026
Merged

update: 添加问题“3651.带传送的最小路径成本”的代码和题解#1353
LetMeFly666 merged 5 commits intomasterfrom
3651

Conversation

@LetMeFly666
Copy link
Copy Markdown
Owner

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

LetMeFly666 and others added 4 commits January 28, 2026 13:25
1200: AC.cpp+py+go(#1348) + word: (en)

cpp - AC,78.75%,27.52%
py - AC,79.19%,24.53%
go - AC,16.13%,61.29%

Signed-off-by: LetMeFly666 <Tisfy@qq.com>
Copilot AI review requested due to automatic review settings January 28, 2026 15:44
@LetMeFly666 LetMeFly666 added the 题解 Solution label Jan 28, 2026
@LetMeFly666 LetMeFly666 self-assigned this Jan 28, 2026
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 pull request adds a solution for LeetCode problem 3651 "Minimum Cost Path with Teleportations" (困难 difficulty) and closes issue #1352. The solution implements a dynamic programming approach with teleportation optimization.

Changes:

  • Added C++ solution code for problem 3651
  • Updated README.md to include the new problem entry
  • Unintentionally included unrelated files: personal financial calculations (rate), vocabulary notes, and technical documentation

Reviewed changes

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

Show a summary per file
File Description
rate Unrelated - Personal financial calculations that should not be in this PR
Solutions/Other-English-LearningNotes-SomeWords.md Unrelated - Vocabulary additions that should not be in this PR
Solutions/Other-Accumulation-SomeTips.md Unrelated - Technical documentation about "Breaking Change" that should not be in this PR
README.md Correctly adds entry for problem 3651 with links to solutions
Codes/3651-minimum-cost-path-with-teleportations.cpp New C++ solution implementing DP with teleportation optimization

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

Comment thread rate
Comment thread Solutions/Other-English-LearningNotes-SomeWords.md
Comment thread Solutions/Other-Accumulation-SomeTips.md
@LetMeFly666 LetMeFly666 merged commit 8ccb627 into master Jan 28, 2026
1 check passed
@LetMeFly666 LetMeFly666 deleted the 3651 branch January 28, 2026 15:49
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 3651

2 participants