Amazon Interview Question

what is the best way to store a binary tree?

Interview Answer

Anonymous

Dec 19, 2012

using left first order or right first order, and middle first order, and we can reconstruct the binary tree.