Skip to content

feat: add solutions to lc problem: No.3991#5311

Merged
yanglbme merged 1 commit into
mainfrom
feat/3991-sort-array-prefix-reversals
Jul 14, 2026
Merged

feat: add solutions to lc problem: No.3991#5311
yanglbme merged 1 commit into
mainfrom
feat/3991-sort-array-prefix-reversals

Conversation

@yanglbme

Copy link
Copy Markdown
Member

Summary

  • Add multi-language solutions (Python, Java, C++, Go, TypeScript) for LeetCode 3991 using BFS over prefix reversals
  • Document Chinese and English solution write-ups in README / README_EN

Test plan

  • Spot-check example cases from the problem statement against the solutions
  • Confirm CI formatting checks pass for the touched languages

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings July 14, 2026 12:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@yanglbme yanglbme merged commit 2f22f3a into main Jul 14, 2026
7 checks passed
@yanglbme yanglbme deleted the feat/3991-sort-array-prefix-reversals branch July 14, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants