Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top View of Binary Tree #41

Closed
gh4abhi opened this issue Nov 19, 2022 · 4 comments
Closed

Top View of Binary Tree #41

gh4abhi opened this issue Nov 19, 2022 · 4 comments
Assignees

Comments

@gh4abhi
Copy link
Contributor

gh4abhi commented Nov 19, 2022

Given below is a binary tree. The task is to print the top view of binary tree. Top view of a binary tree is the set of nodes visible when the tree is viewed from the top. For the given below tree

image

Top view will be: 4 2 1 3 7

@gh4abhi
Copy link
Contributor Author

gh4abhi commented Nov 19, 2022

Please assign this issue to me.

@gh4abhi
Copy link
Contributor Author

gh4abhi commented Nov 20, 2022

@gdsc-igdtuw @Parul-Mann

@GargNikitaa
Copy link

@Parul-Mann Kindly assign this issue to me

@BhavyaDevani
Copy link

@gdsc-igdtuw @Parul-Mann pls assign this issue to me

@gh4abhi gh4abhi closed this as completed Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants