Let's test your knowledge. 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.