| 1 | Root to Node Path in Binary Tree |   | | |
| 2 | LCA in Binary Tree |    | | |
| 3 | Maximum width of a Binary Tree |    | | |
| 4 | Check for Children Sum Property |   | | |
| 5 | Print all the Nodes at a distance of K in a Binary Tree |    | | |
| 6 | Minimum time taken to BURN the Binary Tree from a Node |   | | |
| 7 | Count total Nodes in a COMPLETE Binary Tree |    | | |
| 8 | Requirements needed to construct a Unique Binary Tree | Theory |   | | |
| 9 | Construct Binary Tree from inorder and preorder |    | | |
| 10 | Construct the Binary Tree from Postorder and Inorder Traversal |    | | |
| 11 | Serialize and deserialize Binary Tree |    | | |
| 12 | Morris Preorder Traversal of a Binary Tree |    | | |
| 13 | Morris Inorder Traversal of a Binary Tree |    | | |
| 14 | Flatten Binary Tree to LinkedList |    | | |