[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: saving binary tree to file



On Fri, 1 Dec 2000, Ketan Mehta wrote:

> sreangsu acharyya wrote:
> > > You can't construct a binary tree from it's pre-order traversal sequence.
> 						^^^^^^^^^
> 
> 	i have not seem ur explanation.. but is this pre-order traversal..
> 	preorder : leftchild; root ; rightchild..
> 	clarify , if i am wrong...
> 	this was said in orig mail...

 oops ! must have got the name wrong i meant "breadth first search order"
i.e root,left,right.

sreangsu