Microsoft Interview Question

How would store and load a tree in file?

Interview Answers

Anonymous

Nov 22, 2010

use preorder and inorder traversal output or use postorder and inorder traversal output

1

Anonymous

Jun 29, 2010

Use of heap?