Interview Questions asked in Zest Money
Height Of A Binary Tree EASY
Given a binary tree, calculate the height of the tree
Binary Tree RecursionBoundary Traversal Of Binary Tree EASY
Perform boundary trversal on a given binary tree.
Binary Tree RecursionBreadth First Search On Binary Tree EASY
Perform breadth first seach on a given binary tree.
Binary Tree QueueDepth First Search On Binary Tree EASY
Perform depth first seach on a given binary tree.
Binary Tree RecursionDeletion In Binary Search Tree MEDIUM
Delete a node from BST (Binary Search Tree) such that the resultant tree is also a BST.
Binary Tree Recursion