Link to home
Start Free TrialLog in
Avatar of blitz051697
blitz051697

asked on

Expression Tree/Binary Tree algorythm??

I am writing a program that requres that I perform expression evalations.  For example, ((X = Y) AND (D>Y)) Where X,Y, and D are all variables or contants that a user enters.  I know I need to create a tree in order to handle the nesting.  I'm looking for any algorthyms in Delphi.

BTW, the expression will always evaluate to true or false.

thansk
Any suggestions.
ASKER CERTIFIED SOLUTION
Avatar of alona041797
alona041797

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial