adityabisoi / ds-algo-solutions

A collection of solutions for Hackerrank data structures and algorithm problems in Python
MIT License
47 stars 110 forks source link

Tree: Preorder Traversal #4

Closed adityabisoi closed 3 years ago

adityabisoi commented 3 years ago

A question to get started with ordered traversal in trees: https://www.hackerrank.com/challenges/tree-preorder-traversal/problem

Find a solution in any of the supported languages with all test cases passing, and make a PR into the corresponding folder category.

pankajkr62 commented 3 years ago

Can I take this up ?

adityabisoi commented 3 years ago

Are you a KWOC participant?

pankajkr62 commented 3 years ago

No actually. Is it specific to those ? I am actually a beginner and was looking for a suitable first issue to contribute. That's why asked.

adityabisoi commented 3 years ago

@pankajkr62 Please go ahead:)

pankajkr62 commented 3 years ago

Submitted for review. Please check .

anushkasinghal11 commented 3 years ago

Can you assign this to me? I'll do it in C++

adityabisoi commented 3 years ago

@anushkasinghal11 Go ahead.

Droyder7 commented 3 years ago

Hello @adityabisoi, I am a KWOC participant and I can do this in JAVA & C++. Can you assign this to me?

adityabisoi commented 3 years ago

@Droyder7 JAVA and C++ are taken. Do it in python, or take up any other issue.

Tanvie commented 3 years ago

@adityabisoi I can do it in Python3. Please assign it to me

Droyder7 commented 3 years ago

@adityabisoi I have done it in python as you said. I have also made the PR, please have a look.

stormfireuttam commented 3 years ago

The code for this is not yet delivered in Java assign it to me I already have the code for it.

adityabisoi commented 3 years ago

@pankajkr62 Make a PR. Its been 4 days already. Otherwise, it will be assigned to @stormfireuttam

adityabisoi commented 3 years ago

@stormfireuttam Make PR in JAVA