sequentialTreeAltPRO.initJSAV() sequentialTreeAltPRO.makeTree() sequentialTreeAltPRO.preOrderTraversal(BT)

Using ' to signify internal nodes, and '/' to signify missing children, write the sequential representation for this tree.

ANS

This representation is intended for full trees, so make sure to use a '/' for missing children.

Answer: ANS