For more information on Balanced Binary Search Trees see Chapter 18.
For more information on Balanced Binary Search Trees see Chapter 18.
Note: I am putting these here because students have asked them in the past, this is not a reflection of what will be on quizzes.
A: As with the Linked List, it depends on how you write the algorithm. You will see in future videos how to remove a node without losing its children but there are some implementations of trees where that is not done and the children are lost.
A: Any time order matters, BSTs order information from smallest to greatest.