Skip to content

feat: add Rust solution for lc No.3637#5008

Merged
yanglbme merged 1 commit intomainfrom
dev
Feb 3, 2026
Merged

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

Conversation

@yanglbme
Copy link
Member

@yanglbme yanglbme commented Feb 2, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 2, 2026 23:59
@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 Feb 2, 2026
@yanglbme yanglbme merged commit 7af513f into main Feb 3, 2026
14 checks passed
@yanglbme yanglbme deleted the dev branch February 3, 2026 00:00
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 implementation for LeetCode problem 3637 "Trionic Array I". The problem requires determining if an array can be divided into three segments: strictly increasing, strictly decreasing, and strictly increasing again.

Changes:

  • Added Rust solution for problem 3637 using a single-pass algorithm with three phases

💡 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