Problems / Trees / Binary Tree Right Side View
#54 Medium Time O(n) Space O(n) Animated

Binary Tree Right Side View

Return nodes visible from the right side of the tree.

LeetCode ↗
Approach: BFS (Queue)
Click play to start
Step 0 / 0
Press play to start the visualization.

Steps