Skip to content

Conversation

@gunjapandey
Copy link
Contributor

In Binary Trees Data Structure, I've proposed a solution to one of the most renowned interview questions asked in the "FAANG" firms. I employed the "Depth First Search" traversal technique to check if it is a Symmetric Tree. Given the root of a binary tree, we check whether it is a mirror of itself (i.e., symmetric around its center).

In Binary Trees Data Structure, I've proposed a solution to one of the most renowned interview questions asked in the "FAANG" firms. I employed the "Depth First Search" traversal technique to check if it is a Symmetric Tree. Given the root of a binary tree, we check whether it is a mirror of itself (i.e., symmetric around its center).
@sohamsshah
Copy link
Collaborator

Thanks for the PR! LGTM, Merging this!

@sohamsshah sohamsshah merged commit 9a20244 into codesONLY:master Oct 20, 2021
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