“If the height of a tree is reduced and balanced, then the searching time also get reduced.” (True/ False) Justify.
Answer: True
Explanation: The search algorithm works for an time, where is equal to the height of a tree. From here if the height of a tree is reduced and balanced, then the searching time also will reduce, too.
Comments