Meta Interview Question

Binary tree to list, inorder

Interview Answers

Anonymous

Jul 22, 2016

done fine, with one mistake quickly corrected

1

Anonymous

Oct 6, 2016

use recursion to traverse left sub-tree and right sub-tree inorder