Intel Corporation Interview Question

They primarily asked data structure and algorithms questions such as determining tree depth using recursive functions.

Interview Answer

Anonymous

Aug 29, 2019

I solved the questions using a recursive dfs that added on each level to the greatest value returned by the nodes children.