%%% An almost unbalanced binary search tree A((10))-->B((5)) A-->C((20)) B-->D((4)) B-->E((6))