Interview Questions asked in Macquarie
Connect Siblings In Binary Tree MEDIUM
Given a binary tree, connect the sibling nodes at each level.
Binary Tree QueueConstruct Binary Tree From Its PreOrder And InOrder MEDIUM
Given pre-order & in-order traversal of a binary tree, construct the tree.
Binary Tree RecursionPrint Cousins In Binary Tree MEDIUM
Given a binary tree, print the cousins of the given node.
Binary Tree Recursion