ESPN Interview Question

How do you get the depth of binary tree?

Interview Answers

Anonymous

Mar 10, 2017

Graph traversl

1

Anonymous

Aug 15, 2018

DFS find max of left and right while add 1 count to the recursion to increase the level each time