Back to Topics
Binary Trees
35 questions in this topic
| # | Status | Problem | Difficulty | Marks | Save | Notes | Revision |
|---|---|---|---|---|---|---|---|
| 1 |
level order traversal
|
Medium | 0 | ||||
| 2 |
Reverse Level Order traversal
|
Easy | 0 | ||||
| 3 |
Height of a tree
|
Medium | 0 | ||||
| 4 |
Diameter of a tree
|
Medium | 0 | ||||
| 5 |
Mirror of a tree
|
Medium | 0 | ||||
| 6 |
Inorder Traversal of a tree both using recursion and Iteration
|
Medium | 0 | ||||
| 7 |
Preorder Traversal of a tree both using recursion and Iteration
|
Medium | 0 | ||||
| 8 |
Postorder Traversal of a tree both using recursion and Iteration
|
Medium | 0 | ||||
| 9 |
Left View of a tree
|
Medium | 0 | ||||
| 10 |
Right View of Tree
|
Medium | 0 | ||||
| 11 |
Top View of a tree
|
Medium | 0 | ||||
| 12 |
Bottom View of a tree
|
Medium | 0 | ||||
| 13 |
Zig-Zag traversal of a binary tree
|
Medium | 0 | ||||
| 14 |
Check if a tree is balanced or not
|
Medium | 0 | ||||
| 15 |
Diagonal Traversal of a Binary tree
|
Medium | 0 | ||||
| 16 |
Boundary traversal of a Binary tree
|
Medium | 0 | ||||
| 17 |
Construct Binary Tree from String with Bracket Representation
|
Medium | 0 | ||||
| 18 |
Convert Binary tree into Doubly Linked List
|
Medium | 0 | ||||
| 19 |
Convert Binary tree into Sum tree
|
Medium | 0 | ||||
| 20 |
Construct Binary tree from Inorder and preorder traversal
|
Medium | 0 | ||||
| 21 |
Find minimum swaps required to convert a Binary tree into BST
|
Easy | 0 | ||||
| 22 |
Check if Binary tree is Sum tree or not
|
Medium | 0 | ||||
| 23 |
Check if all leaf nodes are at same level or not
|
Medium | 0 | ||||
| 24 |
Check if a Binary Tree contains duplicate subtrees of size 2 or more [ IMP ]
|
Easy | 0 | ||||
| 25 |
Check if 2 trees are mirror or not
|
Medium | 0 | ||||
| 26 |
Sum of Nodes on the Longest path from root to leaf node
|
Medium | 0 | ||||
| 27 |
Check if given graph is tree or not. [ IMP ]
|
Hard | 0 | ||||
| 28 |
Find Largest subtree sum in a tree
|
Medium | 0 | ||||
| 29 |
Maximum Sum of nodes in Binary tree such that no two are adjacent
|
Medium | 0 | ||||
| 30 |
Print all "K" Sum paths in a Binary tree
|
Medium | 0 | ||||
| 31 |
Find LCA in a Binary tree
|
Medium | 0 | ||||
| 32 |
Find distance between 2 nodes in a Binary tree
|
Medium | 0 | ||||
| 33 |
Kth Ancestor of node in a Binary tree
|
Medium | 0 | ||||
| 34 |
Find all Duplicate subtrees in a Binary tree [ IMP ]
|
Easy | 0 | ||||
| 35 |
Tree Isomorphism Problem
|
Medium | 0 |