Practice Problem
Binary Tree Right Side View
Difficulty: Medium
Given the root of a binary tree, return the values of the nodes you can see when looking at the tree from the right side, ordered from top to bottom.
Practice Problem
Difficulty: Medium
Given the root of a binary tree, return the values of the nodes you can see when looking at the tree from the right side, ordered from top to bottom.