Write a code to determing whether a binary tree is symmetric or not (symmetricity is based on data i.e., folding the tree with respect to the root node, all the leaf nodes which overlap should have same data)
Sigiloso
The Strings generated by doing a pre-order and post-order traversals should be reverse of each other