Wednesday, April 4, 2018

Being interviewer: Leetcode 54: Spiral matrix print

April 4, 2018

Introduction


It is the algorithm for me to give the mock interviewee to work on back to Feb. 14, 2018. I just noticed that the interviewee joined the top software company MTN recently. So I spent time to replay the video and also wrote a C# practice based on his practice. It is very easy to tell from the video that the peer had very good problem solving skills.

Code review


Here is Java practice code I reviewed. I like to practice it using C# as well.



Feedback I gave


Here is the feedback I gave out on Feb. 14, 2018 after the mock interview. 


No comments:

Post a Comment