HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quasi Isomorphic Binary Trees in CPP

Nikitha2309 opened this issue · comments

💥 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

/assign

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

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.