Main Navigation
Share your interview in your own words — our AI handles the rest. Hardly takes 2 minutes.
Practice mock interviews or book a 1:1 call for career guidance, resume reviews, and more.
Connect with us on social media
Interview experiences & questions tagged Binary Tree
Write a function to print the bottom view of a binary tree. The bottom view is defined as the nodes that are visible when the tree is viewed from below.
Given a binary tree, print the nodes that are visible when the tree is viewed from the left side. You are to return the left view as an array of node values.
Coming Soon