Find the Left and Right Side View of a Binary Search Tree
Given a binary search tree, return the left side view from bottom to top, and the right side view from top to bottom. Ensure there are no duplicates.
Asked at:
Meta
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
Late May, 2025
Meta
Senior
Early March, 2025
Meta
Staff
Binary Tree left side view bottom to top and right side view top to bottom. If a node appears in left side view, it shouldn't repeat in right side view.
Mid January, 2025
Meta
Mid-level
Given a Binary Search Tree, return the left side view, from bottom to top, and the right side view, from top to bottm. Ensure there are no duplicates
Your account is free and you can post anonymously if you choose.