Skip to content

feat: update solutions for lc No.1266#4964

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

feat: update solutions for lc No.1266#4964
yanglbme merged 1 commit intomainfrom
dev

Conversation

@yanglbme
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings January 11, 2026 23:28
@idoocs idoocs added core team Issues or pull requests from core team c Issues or Pull requests relate to .c code md Issues or Pull requests relate to .md files rs Issues or Pull requests relate to .rs code ts Issues or Pull requests relate to .ts code labels Jan 11, 2026
@yanglbme yanglbme merged commit dc8e23b into main Jan 11, 2026
16 checks passed
@yanglbme yanglbme deleted the dev branch January 11, 2026 23:29
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 pull request updates the solutions for LeetCode problem 1266 "Minimum Time Visiting All Points". The problem requires calculating the minimum time to visit all points on a 2D plane in order, where diagonal movement is allowed.

Changes:

  • Updated solution implementations across multiple programming languages
  • Maintained consistent algorithm approach using the max(dx, dy) formula
  • Updated documentation in both Chinese (README.md) and English (README_EN.md)

Reviewed changes

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

Show a summary per file
File Description
README.md Chinese documentation with problem description and solutions
README_EN.md English documentation with problem description and solutions
Solution.py Python implementation using pairwise iteration
Solution.java Java implementation with iterative approach
Solution.cpp C++ implementation with iterative approach
Solution.go Go implementation with custom abs helper function
Solution.ts TypeScript implementation with iterative approach
Solution.rs Rust implementation with iterative approach
Solution.c C implementation with macro-based max function

💡 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

c Issues or Pull requests relate to .c code 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 ts Issues or Pull requests relate to .ts code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants