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