N-ary Tree Level Order Traversal
This practice version receives the N-ary tree in level-order form using -1 separators between sibling groups, for example [1,-1,3,2,4,-1,5,6].
Check more interview questions and experiences about Uber
This practice version receives the N-ary tree in level-order form using -1 separators between sibling groups, for example [1,-1,3,2,4,-1,5,6].
Check more interview questions and experiences about Uber
Please log in to view interview question details