Closed Shreya3554 closed 4 years ago
From my perspective, during the actual grading process, we would add more test cases.
But I'm still not understanding how that works. After balancing the example cases, do we need to balance up the tree?
About the output tree, it is expected to be a balanced one. please also refer to https://github.com/emory-courses/dsa-java/issues/114
Thank you! So is the tree that was drawn in @114 considered to be a correct output?
Thank you! So is the tree that was drawn in @114 considered to be a correct output?
Again, please check if the output is a balanced tree.
Replace
#
in the title with the appropriate quiz number. Do we only need to take into account the 4 cases presented in the homework or do we need to also take into account whether the "3" node has a parent?