This homework is short (1 problem), since we expect that you'll be spending time on the term project. Commit your work to your Git repository. You may earn a late day as usual by submitting this assignment early.
As a larger example, this tree was built from the strings, "ARGEDFKJHWS" and "R22200LL0L0":
This format should sound familiar - see HW3 and its solution for more details. Note that this can construct any binary tree of characters, not just BSTs. I am posting two hints here, but I strongly suggest that you try to develop an algorithm first before referring to them.
6.31[6.17], 6.37[6.22], 7.3[7.3], 7.4[7.4], 7.23[7.19], 7.29