Skip to content
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

Flip Equivalent Binary Trees in python #128

Open
Nikhil-gi opened this issue Oct 24, 2024 · 1 comment
Open

Flip Equivalent Binary Trees in python #128

Nikhil-gi opened this issue Oct 24, 2024 · 1 comment
Assignees
Labels
hacktoberfest2024 Hacktoberfest hacktoberfest-accepted Hacktoberfest2024

Comments

@Nikhil-gi
Copy link
Contributor

Hello @yesiamrajeev

The problem of Flip Equivalent Binary Trees involves checking if two binary trees are the same or can be made the same by flipping some of their subtrees. A flip means swapping the left and right children of a node.

Please assign me this issue under tag hacktoberfest and hacktoberfest-accepted.

Thank you
Nikhil

@yesiamrajeev
Copy link
Owner

Assigned

yesiamrajeev added a commit that referenced this issue Oct 28, 2024
#128 Done Flip equivalent Binary trees in python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest2024 Hacktoberfest hacktoberfest-accepted Hacktoberfest2024
Projects
None yet
Development

No branches or pull requests

2 participants