Answered Build a binary tree with MSAG

  • Wednesday, April 11, 2012 6:18 AM
     
     
    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?

All Replies

  • Friday, April 13, 2012 5:11 AM
    Owner
     
     Answered

    No, MSAGL is not the right tool for it. MSAGL is for drawing graphs, and not for implementing graph algorithms.

    Thanks


    Lev Nachmanson