mscripts Interview Question

Find the height of a binary tree

Interview Answer

Anonymous

Jul 28, 2021

I used recursive approach to solve this problem.