CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    1

    Expression Trees

    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

  2. #2
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: Expression Trees

    Look for in order traversal.
    Thanks for your help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured