Published onAugust 18, 2020Diameter of a Binary TreeTreeThe diameter of a binary tree is the length of the longest path between any two nodes in a tree.
Published onSeptember 23, 2019Construct Binary Tree from Preorder and Inorder TraversalTreeGiven preorder and inorder traversal of a tree, construct the binary tree.