Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

SSOC'23 - Finding Minimum and Maximum depth of a tree using recursion in C,C++ and Java

Open SivaHarshith1303 opened this issue 2 years ago • 0 comments

@Kumar-laxmi Please assign me this issue I can solve this using recursion with proper explanation with comments in both C and Java languages. Approach : Recursion Time Complexity : O(h) [ h : height of the tree]

SivaHarshith1303 avatar Jun 09 '23 08:06 SivaHarshith1303