Block Interview Question

Question related to n-ary trees

Interview Answer

Anonymous

Mar 8, 2016

Was able to code the solutions but complexity wasn't the best since I used StringBuffer's toString() repeatedly in recursion.