Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Amazon
1.9K+ articles
Tree
911+ articles
Samsung
317+ articles
Accolite
305+ articles
Flipkart
258+ articles
Queue
225+ articles
Paytm
209+ articles
tree-level-order
123+ articles
tree-view
7 posts
Recent Articles
Print nodes in the Top View of Binary Tree | Set 3
Last Updated: 06 September 2022
Top view of a binary tree is the set of nodes visible when the tree is viewed from the top. Given a binary tree, print the top view of it. The output nodes can be printed ...
read more
Tree
DSA
tree-level-order
tree-view
Print nodes in top view of Binary Tree | Set 2
Last Updated: 11 July 2025
Top view of a binary tree is the set of nodes visible when the tree is viewed from the top. Given a binary tree, print the top view of it. The output nodes should be print...
read more
DSA
Binary Tree
Tree Traversals
Hash
cpp-map
tree-level-order
tree-view
Right view of Binary Tree using Queue
Last Updated: 26 September 2024
Given a Binary Tree, the task is to print the Right view of it.The right view of a Binary Tree is a set of rightmost nodes for every level.Examples:Example 1: TheGreencolo...
read more
Tree
Queue
Binary Search Tree
DSA
tree-traversal
tree-view
Bottom View of a Binary Tree
Last Updated: 06 October 2025
Given the root of a binary tree, find the bottom view of the tree as a list of node values in order of increasing horizontal distance(HD).The root has HD = 0.The left chil...
read more
Tree
DSA
Amazon
Flipkart
Walmart
Paytm
Accolite
CouponDunia
tree-view
Top View of Binary Tree
Last Updated: 08 October 2025
Given the root of a binary tree, find the top view of the tree.The top view of a binary tree represents the set of nodes visible when the tree is viewed from above.Each no...
read more
Tree
Queue
Hash
DSA
Amazon
Samsung
Walmart
Paytm
BFS
tree-view
Right View of a Binary Tree
Last Updated: 08 October 2025
Given the root of a binary Tree, find the right view of the Binary Tree. The right view of a binary tree is a list of nodes you see when you look at the tree from the righ...
read more
Tree
DSA
Amazon
Adobe
Snapdeal
Accolite
MakeMyTrip
tree-view
Left View of a Binary Tree
Last Updated: 07 October 2025
Given the root of a binary tree, Find its left view.The left view of a binary tree is the set of nodes visible when the tree is viewed from the left side.It contains the l...
read more
Tree
DSA
Amazon
Flipkart
Qualcomm
Samsung
Twitter
Snapdeal
Paytm
Open Solutions
Accolite
MakeMyTrip
Knowlarity
Ola Cabs
tree-view
✕