Amazon Interview Question

Given a binary tree, write a program to serialize/ deserialize its contents. Basically the tree contains a string

Interview Answer

Anonymous

Nov 12, 2011

Do a level-order or pre-order traversal