Model answer
Push the start, then pop and visit unvisited vertices. To reproduce recursive traversal with neighbours considered left-to-right, push those neighbours in reverse order; alternatively store the next-neighbour index in each stack frame.
Use the key terms, then explain the reasoning.