Sixt Interview Question

Round 2 Merge two binary tree

Interview Answer

Anonymous

Aug 21, 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