employer cover photo
employer logo
employer logo

Works Applications

Is this your company?

Works Applications Interview Question

In the second round, live coding, I was asked about three questions. First, write the code to decide if two trees are the same. Second, write the code to check if the tree is symmetric. Third, I forgot it, but it's the easiest one of the permutation problems.

Interview Answer

Anonymous

May 9, 2017

These are basically the Leetcode problems.

1