dsa_competitive-coding icon indicating copy to clipboard operation
dsa_competitive-coding copied to clipboard

There can be implementation of preorder, inorder and postorder in one code only of Binary Tree

Open Akanksha10029 opened this issue 3 months ago • 0 comments

There can be implementation of preorder, inorder and postorder in one code only of Binary Tree instead of making different files we can show these three in one code only. We can provide the structure of tree and can get its preorder, inorder and postorder as an output.

Akanksha10029 avatar Mar 12 '24 17:03 Akanksha10029