Mental Model
We want to see the nodes visible when looking at the tree from the left side, which means the first node at each level.
Analogy: Imagine standing on the left side of a tall building with many floors; you only see the first window on each floor from your side.
1
/ \
2 3
/ \ \
4 5 6
Left side view: 1 -> 2 -> 4 -> null