Codeburps
Menu
Home
DS & Algorithms
Articles
Binary Tree
In this section we will see basics of Binary Tree and practice problems including raversal, Mirror, Top View, Construct Binary tree, ancestors, isomerism, contains duplicate etc.
Home
DS & Algorithms
Binary Tree
Print/Traverse a Binary Tree in Zigzag Order
Posted on
Mar 31, 2024
Create a mirror tree from a given binary tree
Posted on
Mar 31, 2024
Check if two binary trees are a mirror image of each other
Posted on
Mar 31, 2024
Check if a binary tree has all leaf nodes at same level
Posted on
Mar 31, 2024
Construct a Binary Tree from given Inorder and Preorder traversals
Posted on
Mar 31, 2024
Check if a given binary tree is Sum Tree
Posted on
Mar 31, 2024
Check if a binary tree is subtree of another binary tree
Posted on
Mar 31, 2024
Sum of nodes on the longest path from root to leaf node
Posted on
Mar 31, 2024
Construct a binary tree from a string consisting of parenthesis and integers
Posted on
Mar 31, 2024
1
2