Click to See Complete Forum and Search --> : Expression Trees


habiller
September 19th, 2009, 03:49 AM
Hi ,
i have been trying for few days to create a expression using c language.
i want to build a expression tree.

which should accept the input in infix form and using three traversal methods i want to print its all forms.

can some one help me out how to do this.

2.
is there any relationship between height and balancing tree.
if so how check a given tree is balanced based on height.


thanks,

Habiller

Peter_APIIT
November 15th, 2009, 02:35 AM
Look for in order traversal.