I want to build a binary tree with MSAGL. Each node has an integer value (label).
The following condition must be satisfied for each node.
The value of the right child node must be greater than the value of the parent.
The value of the left child node must be less than the value of the parent.
Is it possible to implement with MSAGL?
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.