hacktoberfest2k21
hacktoberfest2k21 copied to clipboard
Add an Iterative approach for PostOrder Traversal of a Binary Tree in C++
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.
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?
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.