Code-Crossroad icon indicating copy to clipboard operation
Code-Crossroad copied to clipboard

Diameter of Binary Tree added

Open neha030 opened this issue 3 years ago • 3 comments

I have added the C++ code for Diameter of a Binary Tree Please review my code.

neha030 avatar Jun 29 '21 04:06 neha030

Fixes #47

neha030 avatar Jun 29 '21 04:06 neha030

Hey @neha030! As per the contribution guidelines, can you describe your algorithm in brief at the starting of your code? Also, your code uses O(n^2) complexity, can you optimize it?

nimisha-yadav avatar Jul 12 '21 10:07 nimisha-yadav

Hey @neha030! As per the contribution guidelines, can you describe your algorithm in brief at the starting of your code? Also, your code uses O(n^2) complexity, can you optimize it?

Ok I will add the Description of the algorithm and try to optimize it

neha030 avatar Jul 12 '21 13:07 neha030