Tuesday, May 28, 2019

Case study: Mock interview on lowest common ancestor

May 28, 2019

Introduction


I had a mock interview 10:00 PM today. I asked the interviewee to work on the algorithm called lowest common ancestor, and it turns out that he is super good engineer and very good problem solver.

Case study


The interviewee just showed me how good he was to solve the problem, and also worked on extended problem.

I will add more content here later.

Interviewee feedback


Interviewer feedback


Actionable Items


What I do is to share my learning on Leetcode.com.
C# recursive function to find lowest common ancestor given p and q are in the binary tree (May 28, 2019)
C# recursive function to find lowest common ancestor given p and q (May 28, 2019)

No comments:

Post a Comment