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

Given a BST check if it is AVL Tree or not in C++ #4705

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

Nikitha2309
Copy link
Contributor

Have you read the Contributing Guidelines on Pull Requests?

Yes

Description

Given a Binary Search Tree, Check if its an AVL Tree or not in CPP

Checklist

  • I've read the contribution guidelines.
  • I've checked the issue list before deciding what to submit.
  • I've edited the README.md and link to my code.

Related Issues or Pull Requests

Fixes #4704

@Nikitha2309
Copy link
Contributor Author

@atarax665 @HarshCasper
Pls review this PR
Thank you

@HarshCasper HarshCasper merged commit 6d3eac7 into HarshCasper:master Mar 31, 2021
@Nikitha2309 Nikitha2309 deleted the Issue#4704 branch March 31, 2021 10:04
@HarshCasper
Copy link
Owner

Please make an issue here and raise a PR, for an article as part of our Docs repository: https://github.com/TesseractCoding/NeoAlgo-Docs

It would be much appreciated. Thanks!

@HarshCasper HarshCasper added Level2 15 Points and removed Level3 25 Points labels Apr 22, 2021
@ankitaggarwal23 ankitaggarwal23 changed the title Issue#4704 Code Added and README.md Updated Given a BST check if it is AVL Tree or not in C++ Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check if a BST is AVL Tree or not in CPP
2 participants