I feel you tried to do recursion, but didn't use it to its full potential. I think I was able to create a method which transversed the tree and created its subtrees in only 8 lines of code, but if I...