Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 618 forks source link

Diameter of a Tree #291

Open Mahima0405 opened 3 years ago

Mahima0405 commented 3 years ago

Being a participant of GSSOC'21 , I would like to contribute to this question , giving all possible solution with comments and proper explanation. I can provide the code in C++. I request the mentors to assign me this question: @tarun26091999

guruc-134 commented 3 years ago

I would like to implement the above question in Python, I will write neat and clean code please assign me this issue under GSSoC 2021

divya1509 commented 3 years ago

Hey, I am Divya, a GSSOC'21 participant and I want to work on this issue in the Java language. I will provide a neat and well explanatory code for this using some example test cases as well. Please assign me this issue. Thank you

srisatya12 commented 3 years ago

I want to contribute to Height and Diameter of a Tree issue. Please assign me this task as a part of GSSoC'21

tarun26091999 commented 3 years ago

@divya1509 @Mahima0405 @guruc-134 write separate codes for height and diameter.

guruc-134 commented 3 years ago

ok sure @tarun26091999

hritikkhurana10sm commented 3 years ago

Hi, I would like to work on this issue in java . Could you please assign it to me as a GSSOC'21 participant? I have read Contributing Guidelines on Pull Requests. Thanks!!

tarun26091999 commented 3 years ago

@divya1509 @Mahima0405 @guruc-134 work only on the diameter in this issue. As working on two problems in same issue is not possible.

Mahima0405 commented 3 years ago

Ok sir. Thanks

khusheekapoor commented 3 years ago

Hello! I am a GSSoC'21 Participant. I would like to work on this issue. Would be highly obliged if you could assign it to me. I will be using Java. Thanks!

08Gunjan commented 3 years ago

348 #700

I would like to contribute in your Project by working on Tree (Diameter of Binary Tree) Problems using Recursive Approach in JAVA .

Please assign me this issue under the label GSSOC21 , Looking Forward To your Response @tarun26091999

tarun26091999 commented 3 years ago

C++ and Python available.