Skip to content

feat: add solutions to lc problem: No.1361#5282

Merged
yanglbme merged 1 commit into
mainfrom
feat/1361-validate-binary-tree
Jun 30, 2026
Merged

feat: add solutions to lc problem: No.1361#5282
yanglbme merged 1 commit into
mainfrom
feat/1361-validate-binary-tree

Conversation

@yanglbme

Copy link
Copy Markdown
Member

Summary

  • Add Solution 2 (indegree counting + BFS) for LeetCode 1361 in Python, Java, C++, and Go
  • Document the approach in README.md and README_EN.md

Test plan

  • Format code with black and clang-format
  • Verify README solution tabs match Solution2 source files

Made with Cursor

Add indegree counting + BFS Solution 2 in Python, Java, C++, and Go.

Document the approach in README and README_EN.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings June 30, 2026 11:53

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 4b9a945 into main Jun 30, 2026
7 checks passed
@yanglbme yanglbme deleted the feat/1361-validate-binary-tree branch June 30, 2026 12:20
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