Mental Model
Visit the root node first, then explore the left subtree, and finally the right subtree.
Analogy: Imagine reading a book: first you look at the title (root), then read the left page (left subtree), and then the right page (right subtree).
1 / \ 2 3 / \ 4 5