-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
feat: add solutions to lc problem: No.3773 #4891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 LeetCode problem #3773 "Maximum Number of Equal Length Runs" to the solution index in both English and Chinese documentation.
- Adds a new table row for problem 3773 in README_EN.md
- Adds a new table row for problem 3773 in README.md (Chinese version)
- Problem is marked as locked (🔒) with Medium difficulty
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| solution/README_EN.md | Adds entry for problem 3773 with English title "Maximum Number of Equal Length Runs" at line 3784 |
| solution/README.md | Adds entry for problem 3773 with Chinese title "最大等长连续字符组" at line 3786 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.