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

Add an Iterative approach for PostOrder Traversal of a Binary Tree in C++ #64

Open
khagapati-bagh opened this issue Oct 9, 2021 · 2 comments
Assignees
Labels
good first issue Good for newcomers hacktoberfest hacktoberfest2k21 hacktoberfest2021 hacktoberfest2021

Comments

@khagapati-bagh
Copy link
Owner

Add postOrder traversal iterative approach for a binary tree in C++ inside C++/DataStructure/Tree directory and name the file as postOrderTraversalIterative.cpp. Please follow the contribution guidelines without this your code will not be accepted.

@khagapati-bagh khagapati-bagh added good first issue Good for newcomers hacktoberfest hacktoberfest2k21 labels Oct 9, 2021
@22tanyabansal
Copy link

Hey I want to work on this issue please assign to me.
I also want to ask that i have to write only iterative function for Post Order Traversal not a whole code right?

@khagapati-bagh
Copy link
Owner Author

Hey I want to work on this issue please assign to me. I also want to ask that i have to write only iterative function for Post Order Traversal not a whole code right?

Hi @22tanyabansal, Thank you for your interest. Yes you can work on this issue.

You need to add code to create one tree and Post Order traversal for the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest hacktoberfest2k21 hacktoberfest2021 hacktoberfest2021
Projects
None yet
Development

No branches or pull requests

2 participants