khagapati-bagh / hacktoberfest2k21

Grab your Hacktoberfest T-Shirt and Swag
18 stars 42 forks source link

Add an Iterative approach for PreOrder Traversal of a Binary Tree in C++ #63

Open khagapati-bagh opened 3 years ago

khagapati-bagh commented 3 years ago

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

akshaydhayal commented 3 years ago

@khagapati-bagh Hey, can you assign this task to me?

harmankaler2000 commented 3 years ago

Hey! @khagapati-bagh can I work on this issue!

khagapati-bagh commented 3 years ago

@khagapati-bagh Hey, can you assign this task to me?

Hi @akshaydhayal, Yes you can work on this issue, make sure you follow contribution guidelines.

khagapati-bagh commented 3 years ago

Hey! @khagapati-bagh can I work on this issue!

Hi @harmankaler2000, If you want you can work on #71 issue. Please reply, so that I can assign, if you are interested then.

akshaydhayal commented 3 years ago

75 @khagapati-bagh Please review this PR.