Tree: Preorder Traversal

  • + 1 comment

    Is the typescript code supposed to have everything except the preOrder function predefined, like the starter code for other languages?

    Currently it requires you to define the BinaryTree data type and convert the input string to a Binary Tree.