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

Check if a BST is AVL Tree or not in CPP #4704

Closed
Nikitha2309 opened this issue Mar 31, 2021 · 3 comments · Fixed by #4705
Closed

Check if a BST is AVL Tree or not in CPP #4704

Nikitha2309 opened this issue Mar 31, 2021 · 3 comments · Fixed by #4705

Comments

@Nikitha2309
Copy link
Contributor

💥 Proposal

GSSoC'21

Given a Binary Search Tree, Check if its an AVL Tree or not in CPP
A BST is said to be an AVL Tree

  • if difference between heights of its subtrees is atmost 1

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