Diameter of Binary Tree: Given the root of a binary tree, return the length of the diameter of the tree.
read more
Diameter of Binary Tree: Given the root of a binary tree, return the length of the diameter of the tree.
read more
Path Sum: Given the root of a binary tree and an integer targetSum, return true if the tree has a root-to-leaf path such that adding up all the values along the path equals targetSum.
read more
Maximum Depth of Binary Tree: Given the root of a binary tree, return its maximum depth.
read more
Merge Two Binary Trees: You are given two binary trees root1 and root2.
read more
Subtree of Another Tree: Given the roots of two binary trees root and subRoot, return true if there is a subtree of root with the same structure and node values of subRoot and false otherwise.
read more
Same Tree: Given the roots of two binary trees p and q, write a function to check if they are the same or not.
read moreDon’t settle for anything less than the crown. Join our newsletter and become the King of Interviews! Click here to join now and get the latest updates.