In: Computer Science
Create a SINGLE, binary tree using the following three groups of input. After EACH group of input, say whether the tree is full, balanced, and/or complete. PLEASE NOTE you’re only making a SINGLE binary tree in this problem, and answering THREE TIMES.
[50,25,30,24,70]
[72,71,26,32,22]
[56,60,77,54]