Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Vertical Traversal of Binary tree #108

Open
ishika22 opened this issue Oct 1, 2021 · 8 comments
Open

Vertical Traversal of Binary tree #108

ishika22 opened this issue Oct 1, 2021 · 8 comments

Comments

@ishika22
Copy link
Contributor

ishika22 commented Oct 1, 2021

馃殌 Feature

We will be printing a binary tree in vertical order.
Input:
image
Output: 4,2,1,5,3,6
Explanation:
As we can see there are 5 vertical lines which can pass through the tree -
1st vertical line - 4
2nd vertical line - 2
3rd vertical line - 1,5
4th vertical line - 3
5th vertical line - 6

Have you read the Contribution Guidelines?

Yes

Assignees

(Do not make changes in this section until asked to do so)
C -
C# -
C++ - @tm2k23
Go -
Java - @ishika22
Javascript -
Kotlin - @sumanthtatipamula
Python - @prakharshukla48

@ishika22
Copy link
Contributor Author

ishika22 commented Oct 1, 2021

@manan025 I would like to take up this problem in JAVA

@manan025
Copy link
Owner

manan025 commented Oct 1, 2021

@ishika22 Java assigned

@prakharshukla48
Copy link

@manan025 Please assign python to me .

@manan025
Copy link
Owner

manan025 commented Oct 1, 2021

@prakharshukla48 - Python assigned

@tm2k23
Copy link
Contributor

tm2k23 commented Oct 1, 2021

Hey, please assign C++ to me

@manan025
Copy link
Owner

manan025 commented Oct 1, 2021

@tm2k23 - assigned cpp

@sumanthtatipamula
Copy link
Contributor

@manan025 I would like to contribute in Kotlin

@manan025
Copy link
Owner

manan025 commented Oct 2, 2021

@sumanthtatipamula - Kt -assigned

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants