Properties

In this lesson, we'll discuss a few properties of BST due to their structure.

We'll cover the following...

Min value node

For every node, the left key is smaller, and the right key is greater. If we keep traversing left for each node starting from the root, the leaf we reach is the smallest value node in the entire BST.

Time Complexity: In ...

Access this course and 1400+ top-rated courses and projects.