Is this code traversing the tree using a depth-first traversal? if so why? (c code) Thanks in advance
for (cur_node = a_node; cur_node != NULL; cur_node = cur_nod