sequentialTreeGenTreePRO.initJSAV() sequentialTreeGenTreePRO.makeTree() sequentialTreeGenTreePRO.preOrderTraversal(BT)

Using ')' to signify the end of each subtree, write the sequential representation for this tree.

ANS

Make sure to use a ')' for the end of every sub tree

There should be the same number of ')' as there are nodes.

Answer: ANS