Looking for some help, i’m trying to understand Good and BadBSTs a little better.
What are some examples of GOOD (i.e., nearly balanced) BST’s.and then another example of BAD BST’s.
For example, {1, 2, 3, 4, 5, 6, 7} = bad BST
while {4, 2, 6, 1, 3, 5, 7} = good BST.
Expert Answer
An answer will be send to you shortly. . . . .