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

Added Threaded Binary Tree in OPEN-DSA/Trees/Threaded Binary Tree ) Insert, Delete, some more functions, Conversion from BT to TBT also added. #15

Merged
merged 6 commits into from
Oct 18, 2021

Conversation

CoderShubham2000
Copy link
Contributor

Description

  • ...
  • ...
  • ...

Related issue(s)

@CoderShubham2000
Copy link
Contributor Author

@abxhr Please check this PR

@@ -0,0 +1,129 @@
/* C++ program to convert a Binary Tree to Threaded Tree */
#include <bits/stdc++.h>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only include the libraries which are required. Don't include bits/stdc++.h.
Do the same for every file.

@CoderShubham2000
Copy link
Contributor Author

Hey @abxhr , I have done the changes

@abxhr
Copy link
Owner

abxhr commented Oct 18, 2021

LGTM ✅
Thank you for your contribution! 💖

@abxhr abxhr merged commit caabd9b into abxhr:main Oct 18, 2021
@abxhr
Copy link
Owner

abxhr commented Oct 18, 2021

#1

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.

None yet

2 participants