Add an Recursive approach for PreOrder Traversal of a Binary Tree in C++
Opened this issue · 3 comments
khagapati-bagh commented
Add preorder traversal recursive approach for a binary tree in C++ inside C++/DataStructure/Tree
directory and name the file as preOrderTraversalRecursive.cpp
. Please follow the contribution guidelines without this your code will not be accepted.
deathsurgeon1 commented
Hi @khagapati-bagh I will be working on it
khagapati-bagh commented
Hi @khagapati-bagh I will be working on it
Hi @deathsurgeon1, yes you can.
Dishu099 commented
hey @khagapati-bagh can I contribute in this issue.