Persistent Systems Interview Question

Find depth of a binary tree without recursion (Second interview)

Interview Answer

Anonymous

Oct 19, 2015

Suggested an standard approach using queues (Had to code it)