yesiamrajeev / Hacktoberfest2024

Do contribute to this repository and gain experience. Happy-Hacking.
28 stars 123 forks source link

Flip Equivalent Binary Trees in python #128

Open Nikhil-gi opened 1 week ago

Nikhil-gi commented 1 week ago

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 commented 1 week ago

Assigned