Skip to content

feat: add solutions for lc No.1914#5193

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

feat: add solutions for lc No.1914#5193
yanglbme merged 1 commit intomainfrom
dev

Conversation

@yanglbme
Copy link
Copy Markdown
Member

@yanglbme yanglbme commented May 9, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 9, 2026 00:05
@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 May 9, 2026
@yanglbme yanglbme merged commit ce9edb1 into main May 9, 2026
9 checks passed
@yanglbme yanglbme deleted the dev branch May 9, 2026 00:05
Copy link
Copy Markdown

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

Adds the missing Rust implementation for LeetCode 1914 (“Cyclically Rotating a Grid”) and documents it alongside existing language solutions, keeping the solution approach consistent across languages.

Changes:

  • Added Solution.rs implementing layer-by-layer cyclic rotation for each ring.
  • Updated Chinese README to include the Rust solution snippet.
  • Updated English README to add a clearer solution explanation and include the Rust solution snippet.

Reviewed changes

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

File Description
solution/1900-1999/1914.Cyclically Rotating a Grid/Solution.rs Adds Rust implementation of the layer-by-layer ring rotation simulation.
solution/1900-1999/1914.Cyclically Rotating a Grid/README.md Adds the Rust solution section to the multi-language solution tabs.
solution/1900-1999/1914.Cyclically Rotating a Grid/README_EN.md Improves the English explanation for Solution 1 and adds the Rust solution section.

💡 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.

3 participants