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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quasi Isomorphic Binary Trees in CPP #4638

Closed
Nikitha2309 opened this issue Mar 30, 2021 · 3 comments 路 Fixed by #4639
Closed

Quasi Isomorphic Binary Trees in CPP #4638

Nikitha2309 opened this issue Mar 30, 2021 · 3 comments 路 Fixed by #4639

Comments

@Nikitha2309
Copy link
Contributor

馃挜 Proposal

GSSoC'21
Given two Binary Trees , Check whether they are quasi isomorphic or not in CPP.
Two trees say Tree1 and Tree2 are quasi-isomorphic if Tree1 can be transformed into Tree2 by
swapping the left and right children of some of the nodes of root1 ,structurally.
Data values of node's doesn't matter in this case.

Have you read the Contributing Guidelines on Pull Requests?

Yes

@Nikitha2309
Copy link
Contributor Author

/assign

@github-actions
Copy link

Hello @Nikitha2309,
Thank you for opening an issue. 馃コ
To get assigned to this particular issue please use /assign
Check this guide before contributing.

@github-actions
Copy link

This issue has been assigned to @Nikitha2309!
It will become unassigned if it isn't closed within 21 days. A maintainer can also add the pinned label to prevent it from being unassigned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant