Sixt interview question

Round 2 Merge two binary tree

Interview Answer

Anonymous

21 Aug 2020

approach simultaneously traverse both the roots and add it, if it's not there create a node remember you can change the structure of the tree