helios1101 / HacktoberFest_20

This repository aims to cater to all users from beginners to advanced in this Hacktober'20. Everyone will surely have a take away form this. Happy Hacktober !!
https://helios1101.github.io/HacktoberFest_20/
GNU General Public License v3.0
84 stars 235 forks source link

Task-3-constructBinaryTreeFromInorderAndPostorderTraversal.cpp #352

Open AgyeyaMishra opened 3 years ago

AgyeyaMishra commented 3 years ago

Given inorder and postorder traversal of a tree, this piece of code constructs the binary tree.