Search⌘ K
AI Features

Quiz: Binary Search Tree

Test your understanding of the contents covered in this chapter.

We'll cover the following...
Technical Quiz
1.

In a BST, where are the smaller values placed?

A.

On the right subtree

B.

On the left subtree

C.

At the root only

D.

Anywhere in the tree


1 / 9
...