DFS Traversal Order for Right View

Welcome to the Right View of Binary Tree visualization! We'll use a modified preorder traversal (root → right → left) and track the first node at each level to find the right view.
Right View: