employer cover photo
employer logo
employer logo

Smart Software Solutions

Is this your company?

Smart Software Solutions Interview Question

Write a recursive method/function to find a loop in a binary tree.

Interview Answer

Anonymous

Feb 4, 2018

Used the DFS (depth first search) algorithm to solve this.