• + 2 comments

    Solved the problem but had to. 1. Create node object. 2. Create a breathFirst to read input. 3. Create a depthFirst to change height. 4. Create a Inorder to print.

    Took 3 hours total. Is is listed as "Easy?" Is there an easier way than the apporche I did?