Are you sure you're getting this? Fill in the missing part by typing it in.
Say we are performing a depth-first search. We start from the leftmost node and move to the right nodes traversing from top to bottom, going left-root-right. Which traversal type are we using?
Write the missing line below.

