Algorithms
Algorithms copied to clipboard
SSOC'23 - Finding Minimum and Maximum depth of a tree using recursion in C,C++ and Java
@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]